diff options
author | mjl <mjl@pkgsrc.org> | 2001-12-19 01:23:09 +0000 |
---|---|---|
committer | mjl <mjl@pkgsrc.org> | 2001-12-19 01:23:09 +0000 |
commit | b5d9ef9146495d0893bdf6d62920cb58c5321bc2 (patch) | |
tree | d2095dfdc78042871e3c785cd3608e48430f33cd /editors/nedit | |
parent | 7a277a2b8e0234f8e478d808080aec989166abde (diff) | |
download | pkgsrc-b5d9ef9146495d0893bdf6d62920cb58c5321bc2.tar.gz |
Heed the warning in the docs about not installing the app-defaults file,
because it really causes grief. Instead put it with the docs.
Diffstat (limited to 'editors/nedit')
-rw-r--r-- | editors/nedit/Makefile | 4 | ||||
-rw-r--r-- | editors/nedit/PLIST | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/editors/nedit/Makefile b/editors/nedit/Makefile index 43fc34f52a4..ecbccb4ec5f 100644 --- a/editors/nedit/Makefile +++ b/editors/nedit/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.19 2001/10/31 00:03:16 mjl Exp $ +# $NetBSD: Makefile,v 1.20 2001/12/19 01:23:09 mjl Exp $ VERS= 5.2 DISTNAME= nedit-${VERS}-src @@ -24,7 +24,7 @@ do-install: ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/nedit ${INSTALL_DATA} ${WRKSRC}/ReleaseNotes ${PREFIX}/share/doc/nedit ${INSTALL_DATA} ${WRKSRC}/doc/faq.txt ${PREFIX}/share/doc/nedit - ${INSTALL_DATA} ${WRKSRC}/doc/NEdit.ad ${PREFIX}/lib/X11/app-defaults/NEdit + ${INSTALL_DATA} ${WRKSRC}/doc/NEdit.ad ${PREFIX}/share/doc/nedit .include "../../graphics/xpm/buildlink.mk" .include "../../mk/motif.buildlink.mk" diff --git a/editors/nedit/PLIST b/editors/nedit/PLIST index 52df3904509..0ebd45593fd 100644 --- a/editors/nedit/PLIST +++ b/editors/nedit/PLIST @@ -1,10 +1,10 @@ -@comment $NetBSD: PLIST,v 1.1 2001/10/31 21:23:12 zuntum Exp $ +@comment $NetBSD: PLIST,v 1.2 2001/12/19 01:23:09 mjl Exp $ bin/nc bin/nedit -lib/X11/app-defaults/NEdit man/man1/nc.1 man/man1/nedit.1 +share/doc/nedit/NEdit.ad share/doc/nedit/README -share/doc/nedit//ReleaseNotes +share/doc/nedit/ReleaseNotes share/doc/nedit/faq.txt @dirrm share/doc/nedit |