diff options
author | minskim <minskim@pkgsrc.org> | 2006-05-12 23:07:14 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2006-05-12 23:07:14 +0000 |
commit | 9ceb6dda27eaf5130f3b8d9833419bdb5c85e794 (patch) | |
tree | 496687b51ad55ccad6f0752efe4a06fec0d58287 /net | |
parent | fd35d0a40274926487f748d9b0c1c795b0a5bac0 (diff) | |
download | pkgsrc-9ceb6dda27eaf5130f3b8d9833419bdb5c85e794.tar.gz |
Set INSTALLATION_DIRS to create directories before installing files into
them.
Diffstat (limited to 'net')
-rw-r--r-- | net/ja-samba/Makefile | 4 |
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 | \ |