freebsd-ports/editors/nedit/files/patch-ab
Daniel Eischen 516e68ade2 Update Nedit to 5.4. Note that our open-motif port is at 2.2.2 which
is known to be buggy.  It was pulled from the opengroup site.  Nedit
now checks the version of motif and issues a very loud warning
when it is built.
2004-02-07 23:38:15 +00:00

13 lines
523 B
Text

--- source/Makefile.common.orig Thu May 15 19:42:31 2003
+++ source/Makefile.common Sat Feb 7 14:47:52 2004
@@ -21,6 +21,10 @@
nc: nc.o server_common.o ../util/libNUtil.a
$(CC) $(CFLAGS) nc.o server_common.o ../util/libNUtil.a $(LIBS) -o $@
+install: nedit nc
+ ${INSTALL} ${COPY} ${STRIP} -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} nedit ${PREFIX}/bin
+ ${INSTALL} ${COPY} ${STRIP} -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} nc ${PREFIX}/bin/nclient
+
help.o: help.c
$(CC) $(CFLAGS) $(BIGGER_STRINGS) -c help.c -o $@