pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/graphics/qiv
Module Name: pkgsrc
Committed By: jperkin
Date: Mon Jun 24 09:35:17 UTC 2024
Modified Files:
pkgsrc/graphics/qiv: Makefile
Log Message:
qiv: Fix PKGMANDIR.
To generate a diff of this commit:
cvs rdiff -u -r1.73 -r1.74 pkgsrc/graphics/qiv/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/graphics/qiv/Makefile
diff -u pkgsrc/graphics/qiv/Makefile:1.73 pkgsrc/graphics/qiv/Makefile:1.74
--- pkgsrc/graphics/qiv/Makefile:1.73 Sun Apr 7 07:34:19 2024
+++ pkgsrc/graphics/qiv/Makefile Mon Jun 24 09:35:17 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.73 2024/04/07 07:34:19 wiz Exp $
+# $NetBSD: Makefile,v 1.74 2024/06/24 09:35:17 jperkin Exp $
DISTNAME= qiv-2.3.2
PKGREVISION= 9
@@ -21,7 +21,7 @@ INSTALLATION_DIRS+= share/applications
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/qiv ${DESTDIR}${PREFIX}/bin
- ${INSTALL_DATA} ${WRKSRC}/qiv.1 ${DESTDIR}${PREFIX}/man/man1
+ ${INSTALL_DATA} ${WRKSRC}/qiv.1 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1
${INSTALL_DATA} ${WRKSRC}/qiv.png ${DESTDIR}${PREFIX}/share/pixmaps
${INSTALL_DATA} ${WRKSRC}/qiv.desktop ${DESTDIR}${PREFIX}/share/applications
${INSTALL_SCRIPT} ${WRKSRC}/contrib/qiv-command.example \
Home |
Main Index |
Thread Index |
Old Index