pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

xnedit: Rename man page according to program name (xnc)



Module Name:	pkgsrc-wip
Committed By:	Michael Baeuerle <micha%NetBSD.org@localhost>
Pushed By:	micha
Date:		Wed Jan 26 18:32:18 2022 +0100
Changeset:	fa02cfc2ff21afeb678bd6b681078182b4fd9464

Modified Files:
	xnedit/Makefile
	xnedit/PLIST

Log Message:
xnedit: Rename man page according to program name (xnc)

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=fa02cfc2ff21afeb678bd6b681078182b4fd9464

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 xnedit/Makefile | 2 +-
 xnedit/PLIST    | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diffs:
diff --git a/xnedit/Makefile b/xnedit/Makefile
index 7b032c5e2e..2a51c41797 100644
--- a/xnedit/Makefile
+++ b/xnedit/Makefile
@@ -39,7 +39,7 @@ do-install:
 	${INSTALL_MAN} ${WRKSRC}/doc/xnedit.man \
 		${DESTDIR}${PREFIX}/${PKGMANDIR}/man1/xnedit.1
 	${INSTALL_MAN} ${WRKSRC}/doc/xnc.man \
-		${DESTDIR}${PREFIX}/${PKGMANDIR}/man1/xnedit-nc.1
+		${DESTDIR}${PREFIX}/${PKGMANDIR}/man1/xnc.1
 .for f in README.md ReleaseNotes
 	 ${INSTALL_DATA} ${WRKSRC}/${f} ${DESTDIR}${PREFIX}/share/doc/xnedit
 .endfor
diff --git a/xnedit/PLIST b/xnedit/PLIST
index 12eb9bd8a6..5ec6b644c0 100644
--- a/xnedit/PLIST
+++ b/xnedit/PLIST
@@ -1,7 +1,7 @@
 @comment $NetBSD$
 bin/xnc
 bin/xnedit
-man/man1/xnedit-nc.1
+man/man1/xnc.1
 man/man1/xnedit.1
 share/doc/xnedit/NEdit.ad
 share/doc/xnedit/README.md


Home | Main Index | Thread Index | Old Index