summaryrefslogtreecommitdiff
path: root/sysutils/dvdrecord/Makefile
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2005-06-17 03:50:19 +0000
committerjlam <jlam@pkgsrc.org>2005-06-17 03:50:19 +0000
commite46a9dd38060ef6414b4db2f15402a701e32c7b7 (patch)
tree067490bfc0f733c9b522363134ffa36e43b49192 /sysutils/dvdrecord/Makefile
parent412af280c005dfc946b85f88a9e754232c586fc7 (diff)
downloadpkgsrc-e46a9dd38060ef6414b4db2f15402a701e32c7b7.tar.gz
Create directories before installing files into them.
Diffstat (limited to 'sysutils/dvdrecord/Makefile')
-rw-r--r--sysutils/dvdrecord/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/dvdrecord/Makefile b/sysutils/dvdrecord/Makefile
index 4c20fd57eba..90103cd8108 100644
--- a/sysutils/dvdrecord/Makefile
+++ b/sysutils/dvdrecord/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2005/04/11 21:47:23 tv Exp $
+# $NetBSD: Makefile,v 1.12 2005/06/17 03:50:34 jlam Exp $
DISTNAME= dvdrtools-${VERSION}
PKGNAME= ${DISTNAME:S/dvdrtools/dvdrecord/}
@@ -14,8 +14,8 @@ COMMENT= This program allows you to create DVDs on a DVD-Recorder
VERSION= 0.1.5
GNU_CONFIGURE= # defined
-
LIBS.SunOS+= -lsocket
+INSTALLATION_DIRS= bin man/man1
do-install:
cd ${WRKSRC}/cdrecord; \