pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/editors/nedit Change man1/nc.1 to man1/nedit-nc.1 to a...
details: https://anonhg.NetBSD.org/pkgsrc/rev/4ddc27cdba04
branches: trunk
changeset: 481609:4ddc27cdba04
user: adam <adam%pkgsrc.org@localhost>
date: Fri Oct 08 09:18:07 2004 +0000
description:
Change man1/nc.1 to man1/nedit-nc.1 to avoid conflict with netcat
diffstat:
editors/nedit/Makefile | 10 +++++-----
editors/nedit/PLIST | 4 ++--
2 files changed, 7 insertions(+), 7 deletions(-)
diffs (38 lines):
diff -r 55039123c98f -r 4ddc27cdba04 editors/nedit/Makefile
--- a/editors/nedit/Makefile Fri Oct 08 09:13:49 2004 +0000
+++ b/editors/nedit/Makefile Fri Oct 08 09:18:07 2004 +0000
@@ -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 @@
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 -r 55039123c98f -r 4ddc27cdba04 editors/nedit/PLIST
--- a/editors/nedit/PLIST Fri Oct 08 09:13:49 2004 +0000
+++ b/editors/nedit/PLIST Fri Oct 08 09:18:07 2004 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index