diff options
author | joerg <joerg@pkgsrc.org> | 2009-06-29 17:10:27 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2009-06-29 17:10:27 +0000 |
commit | e4a4223842d2365fd47f80223d2b1ed4d02e850a (patch) | |
tree | ae0d4601df7839af6ee9b4f769330831bda561fe /graphics/qcamview | |
parent | 72aae097715332a9ea601d00b2eb68a4af70ce9e (diff) | |
download | pkgsrc-e4a4223842d2365fd47f80223d2b1ed4d02e850a.tar.gz |
Create needed directories.
Diffstat (limited to 'graphics/qcamview')
-rw-r--r-- | graphics/qcamview/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/graphics/qcamview/Makefile b/graphics/qcamview/Makefile index f14daccda57..7965226010a 100644 --- a/graphics/qcamview/Makefile +++ b/graphics/qcamview/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2007/02/22 19:26:36 wiz Exp $ +# $NetBSD: Makefile,v 1.14 2009/06/29 17:10:27 joerg Exp $ # DISTNAME= qce-ga-0.40d @@ -15,6 +15,8 @@ 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 + MAKE_ENV+= ${BSD_MAKE_ENV} do-build: |