summaryrefslogtreecommitdiff
path: root/editors/nedit/files/patch-ab
diff options
context:
space:
mode:
Diffstat (limited to 'editors/nedit/files/patch-ab')
-rw-r--r--editors/nedit/files/patch-ab28
1 files changed, 13 insertions, 15 deletions
diff --git a/editors/nedit/files/patch-ab b/editors/nedit/files/patch-ab
index a74c792799a8..d106e7895b76 100644
--- a/editors/nedit/files/patch-ab
+++ b/editors/nedit/files/patch-ab
@@ -1,15 +1,13 @@
-*** 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 $@
-
+--- source/Makefile.common.orig Tue Dec 14 21:58:24 1999
++++ source/Makefile.common Sun May 28 19:31:01 2000
+@@ -15,6 +15,10 @@
+ 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/nclient
++
+ help.o: help.c
+ $(CC) $(CFLAGS) $(BIGGER_STRINGS) -c help.c -o $@
+