summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorminskim <minskim@pkgsrc.org>2006-05-12 23:07:14 +0000
committerminskim <minskim@pkgsrc.org>2006-05-12 23:07:14 +0000
commitaae4eda61736220391b212c619e1fe0f0aa11318 (patch)
tree496687b51ad55ccad6f0752efe4a06fec0d58287
parentd2d20f8a8106413a21674673be52579d7de6e45b (diff)
downloadpkgsrc-aae4eda61736220391b212c619e1fe0f0aa11318.tar.gz
Set INSTALLATION_DIRS to create directories before installing files into
them.
-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 | \