1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-05 22:43:24 +00:00
freebsd-ports/editors/nedit/files/patch-ab
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

16 lines
502 B
Plaintext

*** source/Makefile.common.orig Tue Dec 14 22:58:24 1999
--- source/Makefile.common Fri Mar 17 06:55:27 2000
***************
*** 15,20 ****
--- 15,24 ----
nc: nc.o
$(CC) $(CFLAGS) nc.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
+
help.o: help.c
$(CC) $(CFLAGS) $(BIGGER_STRINGS) -c help.c -o $@