diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-28 18:13:49 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-28 18:13:49 +0000 |
commit | eab1b679e07aa9debd2c85efca6629cb71b32ec0 (patch) | |
tree | 331db9ae4336329d2bfe9a84fcde0aa8f9613134 /editors/nedit/files/patch-source_Makefile.common | |
parent | Fix CANNA option. (diff) |
Rename editors/ patch-xy patches to reflect the files they modify.
Diffstat (limited to 'editors/nedit/files/patch-source_Makefile.common')
-rw-r--r-- | editors/nedit/files/patch-source_Makefile.common | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/editors/nedit/files/patch-source_Makefile.common b/editors/nedit/files/patch-source_Makefile.common new file mode 100644 index 000000000000..f10542e16308 --- /dev/null +++ b/editors/nedit/files/patch-source_Makefile.common @@ -0,0 +1,13 @@ +--- source/Makefile.common.orig 2004-03-21 22:25:56.000000000 +0800 ++++ source/Makefile.common 2014-06-15 11:03:55.335101520 +0800 +@@ -28,6 +28,10 @@ nedit: $(OBJS) ../util/libNUtil.a $(XMLL + 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} nedit $(DESTDIR)${PREFIX}/bin ++ ${INSTALL} ${COPY} ${STRIP} nc $(DESTDIR)${PREFIX}/bin/nclient ++ + help.o: help.c + $(CC) $(CFLAGS) $(BIGGER_STRINGS) -c help.c -o $@ + |