pkgsrc-WIP-changes archive

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

man pages: Fix prefix



Module Name:	pkgsrc-wip
Committed By:	K.I.A.Derouiche <kamelderouiche%yahoo.com@localhost>
Pushed By:	jihbed
Date:		Sat Nov 26 00:18:12 2022 +0000
Changeset:	e03d11a404a33d6dd28f9c6d1dc1847542984b84

Modified Files:
	inxi/Makefile
	inxi/PLIST

Log Message:
man pages: Fix prefix

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

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

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

diffs:
diff --git a/inxi/Makefile b/inxi/Makefile
index fb20cc6377..67de95ac61 100644
--- a/inxi/Makefile
+++ b/inxi/Makefile
@@ -23,6 +23,6 @@ INSTALLATION_DIRS+=	bin ${PKGMANDIR}/man1
 do-install:
 	${INSTALL_SCRIPT} ${WRKSRC}/inxi ${DESTDIR}${PREFIX}/bin
 	${INSTALL_MAN}	${WRKSRC}/inxi.1 \
-		${DESTDIR}${PREFIX}/${PKGMANDIR}/man1
+		${DESTDIR}${PREFIX}/${PKGMANDIR}/man1/inxi.1
 
 .include "../../mk/bsd.pkg.mk"
diff --git a/inxi/PLIST b/inxi/PLIST
index b91def8253..923f2ebdee 100644
--- a/inxi/PLIST
+++ b/inxi/PLIST
@@ -1,3 +1,3 @@
 @comment $NetBSD$
 bin/inxi
-man/man${PKGVERSION}/inxi.${PKGVERSION}
+man/man1/inxi.1


Home | Main Index | Thread Index | Old Index