summaryrefslogtreecommitdiff
path: root/editors/nedit/files/patch-aa
blob: f2e9fc0158cb796ac14ca3dd953bf645d8a87eba (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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)