freebsd-ports/editors/nedit/files/patch-aa
Daniel Eischen 0505be0ca2 Go back to kan's fix and set BINOWN, BINGRP, BINMODE in MAKE_ENV.
Trying to use INSTALL_{PROGRAM,DATA,MAN} just doesn't seem to
work for nested makes.  I give up trying to make it work.
2002-08-23 20:03:18 +00:00

18 lines
667 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 doc/nedit.man ${PREFIX}/man/man1/nedit.1
+ ${INSTALL} ${COPY} -o ${BINOWN} -g ${BINGRP} -m 644 doc/nc.man ${PREFIX}/man/man1/nclient.1
+ ${INSTALL} ${COPY} -m 644 NEdit.ad ${X11BASE}/lib/X11/app-defaults/NEdit.ad
+
clean:
(cd util; $(MAKE) -f Makefile.common clean)
(cd source; $(MAKE) -f Makefile.common clean)