summaryrefslogtreecommitdiff
path: root/misc/udfclient/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'misc/udfclient/Makefile')
-rw-r--r--misc/udfclient/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/misc/udfclient/Makefile b/misc/udfclient/Makefile
index 821d31ce3e1..3c81a06f4fa 100644
--- a/misc/udfclient/Makefile
+++ b/misc/udfclient/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.39 2008/12/26 19:26:44 reinoud Exp $
+# $NetBSD: Makefile,v 1.40 2010/02/04 17:19:34 joerg Exp $
#
DISTNAME= UDFclient.0.7.1
@@ -12,9 +12,15 @@ MAINTAINER= reinoud@13thmonkey.org
HOMEPAGE= http://www.13thmonkey.org/udfclient/
COMMENT= UDF file system reader/writer for CD/CD-RW/DVD*RW/DVD-RAM and images
+PKG_DESTDIR_SUPPORT= user-destdir
+
GNU_CONFIGURE= yes
PTHREAD_OPTS+= require
+INSTALLATION_DIRS+= bin ${PKGMANDIR}/man1
+INSTALL_MAKE_FLAGS+= prefix=${DESTDIR}${PREFIX} \
+ mandir=${DESTDIR}${PREFIX}/${PKGMANDIR}
+
.include "../../mk/pthread.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"