diff options
author | joerg <joerg@pkgsrc.org> | 2010-02-03 21:55:04 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2010-02-03 21:55:04 +0000 |
commit | 9c7df62f22b5829b0c8ff8ff72b1bea88e2121fb (patch) | |
tree | ab96d5ed1cdafe9a685f47afcd1012b83d7c782b /graphics/qcamview | |
parent | f80a6354069f6527915a8d03424e8c6cf88e8862 (diff) | |
download | pkgsrc-9c7df62f22b5829b0c8ff8ff72b1bea88e2121fb.tar.gz |
DESTDIR support
Diffstat (limited to 'graphics/qcamview')
-rw-r--r-- | graphics/qcamview/Makefile | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/graphics/qcamview/Makefile b/graphics/qcamview/Makefile index 9e7d349bf7a..75eec8d2158 100644 --- a/graphics/qcamview/Makefile +++ b/graphics/qcamview/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2010/01/18 09:59:07 wiz Exp $ +# $NetBSD: Makefile,v 1.17 2010/02/03 22:28:35 joerg Exp $ # DISTNAME= qce-ga-0.40d @@ -15,7 +15,9 @@ MAINTAINER= hamajima@NetBSD.org HOMEPAGE= http://www.medias.ne.jp/~takam/bsd/NetBSD.html#qcam COMMENT= Logitech Quickcam Express USB Utilities -INSTALLATION_DIRS= ${PKGMANDIR}/cat1 ${PKGMANDIR}/man1 +PKG_DESTDIR_SUPPORT= user-destdir + +INSTALLATION_DIRS= bin ${PKGMANDIR}/cat1 ${PKGMANDIR}/man1 MAKE_ENV+= ${BSD_MAKE_ENV} @@ -29,7 +31,7 @@ do-build: do-install: for f in qcamshot qcamview ; do \ cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} \ - ${MAKE_PROGRAM} -f ${MAKE_FILE}.$$f install ; \ + ${MAKE_PROGRAM} -f ${MAKE_FILE}.$$f install ${INSTALL_MAKE_FLAGS} ; \ done .include "../../graphics/imlib/buildlink3.mk" |