1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-14 23:46:10 +00:00
freebsd-ports/editors/nedit/files/patch-aa

18 lines
651 B
Plaintext
Raw Normal View History

*** 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/nc.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)