From 4a34beb7de5a2bf4388d326eab99406995431246 Mon Sep 17 00:00:00 2001 From: rillig Date: Sun, 7 Jan 2007 09:13:46 +0000 Subject: 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. --- graphics/cqcam/Makefile | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'graphics/cqcam') 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" -- cgit v1.2.3