summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorminskim <minskim>2006-05-12 23:07:14 +0000
committerminskim <minskim>2006-05-12 23:07:14 +0000
commitff54acebe06462e2757d4e4e008df87bcd8c8e60 (patch)
tree496687b51ad55ccad6f0752efe4a06fec0d58287 /net
parent87a923cce241ebd37c707aaa1e371e358925b7c8 (diff)
downloadpkgsrc-ff54acebe06462e2757d4e4e008df87bcd8c8e60.tar.gz
Set INSTALLATION_DIRS to create directories before installing files into
them.
Diffstat (limited to 'net')
-rw-r--r--net/ja-samba/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/net/ja-samba/Makefile b/net/ja-samba/Makefile
index 02314e48995..5249df841fd 100644
--- a/net/ja-samba/Makefile
+++ b/net/ja-samba/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.45 2006/04/23 00:12:39 jlam Exp $
+# $NetBSD: Makefile,v 1.46 2006/05/12 23:07:14 minskim Exp $
DISTNAME= samba-${SAMBA_VERSION}-ja-${JA_VERSION}
PKGNAME= ja-samba-${SAMBA_VERSION}.${JA_PKG_VERSION}
@@ -158,6 +158,8 @@ SUBST_SED.paths+= -e 's,@MKTEMP@,${MKTEMP},g' -e 's,@RM@,${RM},g'
SUBST_SED.paths+= -e 's,@PWD_MKDB@,${PWD_MKDB},g' -e 's,@SH@,${SH},g'
SUBST_STAGE.paths= post-patch
+INSTALLATION_DIRS+= bin include lib
+
# Remove irrelevant files for this package.
post-extract:
${FIND} ${WRKDIR}/${DISTNAME} -name ".cvsignore" -print | \