summaryrefslogtreecommitdiff
path: root/editors
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2004-10-08 09:18:07 +0000
committeradam <adam@pkgsrc.org>2004-10-08 09:18:07 +0000
commit5a3806537cc6b17b8418e6ff75b177ab1da17c3d (patch)
tree8ee619b7470f8f679af1c6b2241b07c19f2e1aef /editors
parent741fdabc9b93931cc48b8c92ddf19a590dd1a61d (diff)
downloadpkgsrc-5a3806537cc6b17b8418e6ff75b177ab1da17c3d.tar.gz
Change man1/nc.1 to man1/nedit-nc.1 to avoid conflict with netcat
Diffstat (limited to 'editors')
-rw-r--r--editors/nedit/Makefile10
-rw-r--r--editors/nedit/PLIST4
2 files changed, 7 insertions, 7 deletions
diff --git a/editors/nedit/Makefile b/editors/nedit/Makefile
index 377a5fd4217..2684fd70c05 100644
--- a/editors/nedit/Makefile
+++ b/editors/nedit/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.36 2004/10/03 00:14:39 tv Exp $
+# $NetBSD: Makefile,v 1.37 2004/10/08 09:18:07 adam Exp $
DISTNAME= nedit-${VERS}-source
PKGNAME= nedit-${VERS}
@@ -21,10 +21,10 @@ USE_X11= YES
ALL_TARGET= netbsd
do-install:
-.for PROGRAM in nc nedit
- ${INSTALL_PROGRAM} ${WRKSRC}/source/${PROGRAM} ${PREFIX}/bin
- ${INSTALL_MAN} ${WRKSRC}/doc/${PROGRAM}.man ${PREFIX}/man/man1/${PROGRAM}.1
-.endfor
+ ${INSTALL_PROGRAM} ${WRKSRC}/source/nedit ${PREFIX}/bin
+ ${INSTALL_PROGRAM} ${WRKSRC}/source/nc ${PREFIX}/bin
+ ${INSTALL_MAN} ${WRKSRC}/doc/nedit.man ${PREFIX}/man/man1/nedit.1
+ ${INSTALL_MAN} ${WRKSRC}/doc/nc.man ${PREFIX}/man/man1/nedit-nc.1
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/nedit
${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/nedit
${INSTALL_DATA} ${WRKSRC}/ReleaseNotes ${PREFIX}/share/doc/nedit
diff --git a/editors/nedit/PLIST b/editors/nedit/PLIST
index 0ebd45593fd..1d57e88568a 100644
--- a/editors/nedit/PLIST
+++ b/editors/nedit/PLIST
@@ -1,8 +1,8 @@
-@comment $NetBSD: PLIST,v 1.2 2001/12/19 01:23:09 mjl Exp $
+@comment $NetBSD: PLIST,v 1.3 2004/10/08 09:18:07 adam Exp $
bin/nc
bin/nedit
-man/man1/nc.1
man/man1/nedit.1
+man/man1/nedit-nc.1
share/doc/nedit/NEdit.ad
share/doc/nedit/README
share/doc/nedit/ReleaseNotes