diff options
Diffstat (limited to 'editors/nedit/files/patch-Makefile')
-rw-r--r-- | editors/nedit/files/patch-Makefile | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/editors/nedit/files/patch-Makefile b/editors/nedit/files/patch-Makefile new file mode 100644 index 000000000000..f2e9fc0158cb --- /dev/null +++ b/editors/nedit/files/patch-Makefile @@ -0,0 +1,15 @@ +--- Makefile.orig 2004-10-01 04:51:05.000000000 +0800 ++++ Makefile 2014-06-15 11:03:09.564113068 +0800 +@@ -44,6 +44,12 @@ docs: + # that doesn't work since we require the user to specify the target. More + # thought is needed + ++install:: ++ (cd source; make -f Makefile.freebsd install) ++ ${INSTALL} ${COPY} -m 644 doc/nedit.man $(DESTDIR)${PREFIX}/man/man1/nedit.1 ++ ${INSTALL} ${COPY} -m 644 doc/nc.man $(DESTDIR)${PREFIX}/man/man1/nclient.1 ++ ${INSTALL} ${COPY} -m 644 NEdit.ad $(DESTDIR)${LOCALBASE}/lib/X11/app-defaults/NEdit.ad ++ + clean: + (cd util; $(MAKE) -f Makefile.common clean) + (cd Xlt; $(MAKE) -f Makefile.common clean) |