1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-26 05:02:18 +00:00
freebsd-ports/editors/nedit/files/patch-aa
Daniel Eischen a407586d87 Update nedit to nedit-5.1.1. Nedit is now under the GPL, as opposed
to the former, somewhat fuzzy, license from Fermilab.
2000-03-27 03:50:46 +00:00

18 lines
651 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/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)