pkgsrc-WIP-changes archive

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

nsnake: install manual page in man6, where it should be.



Module Name:	pkgsrc-wip
Committed By:	Frederic Cambus <fcambus%NetBSD.org@localhost>
Pushed By:	fcambus
Date:		Thu Feb 27 15:53:01 2020 +0100
Changeset:	d31565e4709955ef6836090dbb28bcd573bcddd8

Modified Files:
	nsnake/Makefile
	nsnake/PLIST

Log Message:
nsnake: install manual page in man6, where it should be.

Pointed out by leot@, thanks!

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

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

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

diffs:
diff --git a/nsnake/Makefile b/nsnake/Makefile
index dfce4cc9a8..7da373f97e 100644
--- a/nsnake/Makefile
+++ b/nsnake/Makefile
@@ -14,7 +14,7 @@ USE_TOOLS+=	gmake
 
 FAKE_NCURSES=	yes
 
-MAKE_FLAGS+=	DESTDIR=${DESTDIR} MANDIR=${PREFIX}/${PKGMANDIR} PREFIX=${PREFIX}
+MAKE_FLAGS+=	DESTDIR=${DESTDIR} MANDIR=${PREFIX}/${PKGMANDIR}/man6 PREFIX=${PREFIX}
 
 .include "../../graphics/hicolor-icon-theme/buildlink3.mk"
 .include "../../sysutils/desktop-file-utils/desktopdb.mk"
diff --git a/nsnake/PLIST b/nsnake/PLIST
index 13f4c89357..6c745ce2b6 100644
--- a/nsnake/PLIST
+++ b/nsnake/PLIST
@@ -1,6 +1,6 @@
 @comment $NetBSD$
 bin/nsnake
-man/nsnake.6
+man/man6/nsnake.6
 share/applications/nsnake.desktop
 share/games/nsnake/levels/3-hearts.nsnake
 share/games/nsnake/levels/NSNAKE.nsnake


Home | Main Index | Thread Index | Old Index