summaryrefslogtreecommitdiff
path: root/misc/udfclient
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2010-02-04 17:19:34 +0000
committerjoerg <joerg@pkgsrc.org>2010-02-04 17:19:34 +0000
commit70e58a9e24ab28886c81024eae28a1335a529508 (patch)
tree57b8ffcfaf20997df0adc4e3e9c0b3a9f7da15af /misc/udfclient
parentd05d84b97c74d8ca3219327ec44c95e5db370404 (diff)
downloadpkgsrc-70e58a9e24ab28886c81024eae28a1335a529508.tar.gz
DESTDIR support
Diffstat (limited to 'misc/udfclient')
-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"