1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-28 21:29:28 +00:00
freebsd-ports/editors/nedit/files/patch-aa
Steve Price a67a4e343b Install the nc binary as nclient so as not to conflict with the
"long standing" netcat port.

PR:		18454
2000-05-29 03:59:32 +00:00

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)