summaryrefslogtreecommitdiff
path: root/graphics/ov519view
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2010-02-03 21:55:04 +0000
committerjoerg <joerg@pkgsrc.org>2010-02-03 21:55:04 +0000
commit9c7df62f22b5829b0c8ff8ff72b1bea88e2121fb (patch)
treeab96d5ed1cdafe9a685f47afcd1012b83d7c782b /graphics/ov519view
parentf80a6354069f6527915a8d03424e8c6cf88e8862 (diff)
downloadpkgsrc-9c7df62f22b5829b0c8ff8ff72b1bea88e2121fb.tar.gz
DESTDIR support
Diffstat (limited to 'graphics/ov519view')
-rw-r--r--graphics/ov519view/Makefile8
1 files changed, 5 insertions, 3 deletions
diff --git a/graphics/ov519view/Makefile b/graphics/ov519view/Makefile
index 1647be7850d..d6b3d2d57e7 100644
--- a/graphics/ov519view/Makefile
+++ b/graphics/ov519view/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.13 2010/02/03 05:40:23 obache Exp $
+# $NetBSD: Makefile,v 1.14 2010/02/03 22:32:00 joerg Exp $
#
DISTNAME= ov51x-1.65-1.11-mark
@@ -16,7 +16,9 @@ MAINTAINER= hamajima@NetBSD.org
HOMEPAGE= http://home.384.jp/takam/bsd/NetBSD.html#ov519
COMMENT= USB cameras based OV519 Utility Programs
-INSTALLATION_DIRS= ${PKGMANDIR}/cat1 ${PKGMANDIR}/man1
+PKG_DESTDIR_SUPPORT= user-destdir
+
+INSTALLATION_DIRS= bin ${PKGMANDIR}/cat1 ${PKGMANDIR}/man1
MAKE_ENV+= ${BSD_MAKE_ENV}
@@ -30,7 +32,7 @@ do-build:
do-install:
for f in ov519shot ov519view ; 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"