mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
a67a4e343b
"long standing" netcat port. PR: 18454
18 lines
656 B
Plaintext
18 lines
656 B
Plaintext
*** Makefile.orig Wed Jan 5 23:04:45 2000
|
|
--- Makefile Fri Mar 17 06:57:23 2000
|
|
***************
|
|
*** 22,27 ****
|
|
--- 22,33 ----
|
|
(cd util; $(MAKE) -f Makefile.$@ libNUtil.a)
|
|
(cd source; $(MAKE) -f Makefile.$@ nedit nc)
|
|
|
|
+ install::
|
|
+ (cd source; make -f Makefile.freebsd install)
|
|
+ ${INSTALL} ${COPY} -o ${BINOWN} -g ${BINGRP} -m 644 nedit.man ${PREFIX}/man/man1/nedit.1
|
|
+ ${INSTALL} ${COPY} -o ${BINOWN} -g ${BINGRP} -m 644 nc.man ${PREFIX}/man/man1/nclient.1
|
|
+ ${INSTALL} ${COPY} -m 644 NEdit.ad ${X11BASE}/lib/X11/app-defaults/NEdit
|
|
+
|
|
clean:
|
|
(cd util; $(MAKE) -f Makefile.common clean)
|
|
(cd source; $(MAKE) -f Makefile.common clean)
|