summaryrefslogtreecommitdiff
path: root/graphics/qvplay/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/qvplay/Makefile')
-rw-r--r--graphics/qvplay/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/graphics/qvplay/Makefile b/graphics/qvplay/Makefile
index cef2b39aa0c..e90222fb329 100644
--- a/graphics/qvplay/Makefile
+++ b/graphics/qvplay/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.13 2009/05/19 08:59:18 wiz Exp $
+# $NetBSD: Makefile,v 1.14 2010/02/03 22:24:06 joerg Exp $
#
DISTNAME= qvplay-0.94
@@ -10,6 +10,8 @@ HOMEPAGE= http://www.asahi-net.or.jp/~xg2k-hys/index-e.html
COMMENT= Software for use with CASIO QV digital cameras
LICENSE= generic-nonlicense
+PKG_DESTDIR_SUPPORT= user-destdir
+
RESTRICTED= No permission to distribute
NO_SRC_ON_FTP= ${RESTRICTED}
NO_BIN_ON_FTP= ${RESTRICTED}
@@ -20,4 +22,6 @@ WRKSRC= ${WRKDIR}/QVplay094/src
GNU_CONFIGURE= yes
CONFIGURE_HAS_MANDIR= NO
+INSTALLATION_DIRS+= bin ${PKGMANDIR}/man1
+
.include "../../mk/bsd.pkg.mk"