summaryrefslogtreecommitdiff
path: root/graphics/cqcam
diff options
context:
space:
mode:
authorrillig <rillig>2007-01-07 09:13:46 +0000
committerrillig <rillig>2007-01-07 09:13:46 +0000
commit4a34beb7de5a2bf4388d326eab99406995431246 (patch)
tree77b9cef42b625156081609e43af1544d569620be /graphics/cqcam
parent5a39e816b9369cc7a92ab60b196b6306904c19eb (diff)
downloadpkgsrc-4a34beb7de5a2bf4388d326eab99406995431246.tar.gz
Mechanically replaced man/* with ${PKGMANDIR}/* in the definition of
INSTALLATION_DIRS, as well as all occurrences of ${PREFIX}/man with ${PREFIX}/${PKGMANDIR}. Fixes PR 35265, although I did not use the patch provided therein.
Diffstat (limited to 'graphics/cqcam')
-rw-r--r--graphics/cqcam/Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/graphics/cqcam/Makefile b/graphics/cqcam/Makefile
index 4d964e0c1ec..c3a63e6a00a 100644
--- a/graphics/cqcam/Makefile
+++ b/graphics/cqcam/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.26 2006/03/04 21:29:46 jlam Exp $
+# $NetBSD: Makefile,v 1.27 2007/01/07 09:13:55 rillig Exp $
#
DISTNAME= cqcam-0.45a
@@ -30,9 +30,9 @@ post-patch:
${MV} ${WRKSRC}/Makefile ${WRKSRC}/Makefile.in
post-install:
- ${RM} ${PREFIX}/man/man1/webcam.1.gz
- ${RM} ${PREFIX}/man/man1/xcqcam.1.gz
- ${LN} ${PREFIX}/man/man1/cqcam.1 ${PREFIX}/man/man1/webcam.1
- ${LN} ${PREFIX}/man/man1/cqcam.1 ${PREFIX}/man/man1/xcqcam.1
+ ${RM} ${PREFIX}/${PKGMANDIR}/man1/webcam.1.gz
+ ${RM} ${PREFIX}/${PKGMANDIR}/man1/xcqcam.1.gz
+ ${LN} ${PREFIX}/${PKGMANDIR}/man1/cqcam.1 ${PREFIX}/${PKGMANDIR}/man1/webcam.1
+ ${LN} ${PREFIX}/${PKGMANDIR}/man1/cqcam.1 ${PREFIX}/${PKGMANDIR}/man1/xcqcam.1
.include "../../mk/bsd.pkg.mk"