summaryrefslogtreecommitdiff
path: root/sysutils/dvd+rw-tools
diff options
context:
space:
mode:
authorjlam <jlam>2005-06-17 03:50:19 +0000
committerjlam <jlam>2005-06-17 03:50:19 +0000
commitf7a31a0cbc0ecfc696537d41c2c5bf92b2bac14c (patch)
tree067490bfc0f733c9b522363134ffa36e43b49192 /sysutils/dvd+rw-tools
parent516d949f51bec91a74690755d12106271036f8f8 (diff)
downloadpkgsrc-f7a31a0cbc0ecfc696537d41c2c5bf92b2bac14c.tar.gz
Create directories before installing files into them.
Diffstat (limited to 'sysutils/dvd+rw-tools')
-rw-r--r--sysutils/dvd+rw-tools/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/sysutils/dvd+rw-tools/Makefile b/sysutils/dvd+rw-tools/Makefile
index fad47133547..7657b9f94c0 100644
--- a/sysutils/dvd+rw-tools/Makefile
+++ b/sysutils/dvd+rw-tools/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2004/12/30 10:38:23 jmmv Exp $
+# $NetBSD: Makefile,v 1.13 2005/06/17 03:50:33 jlam Exp $
#
DISTNAME= dvd+rw-tools-5.21.4.10.8
@@ -13,6 +13,8 @@ DEPENDS+= {cdrecord-[1-9]*,cdrtools-ossdvd-[0-9]*}:../../sysutils/cdrecord
WRKSRC= ${WRKDIR}/${PKGNAME}
+INSTALLATION_DIRS= bin man/man1
+
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/growisofs ${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/growisofs.1 ${PREFIX}/man/man1