diff options
author | jlam <jlam> | 2005-06-17 03:50:19 +0000 |
---|---|---|
committer | jlam <jlam> | 2005-06-17 03:50:19 +0000 |
commit | 3a9625fad1e41633ec83006da1431dabb809d188 (patch) | |
tree | 067490bfc0f733c9b522363134ffa36e43b49192 /textproc/ruby-amrita | |
parent | 3f459c4cd39e1789cfd77fe88bc8a92bfb854eb3 (diff) | |
download | pkgsrc-3a9625fad1e41633ec83006da1431dabb809d188.tar.gz |
Create directories before installing files into them.
Diffstat (limited to 'textproc/ruby-amrita')
-rw-r--r-- | textproc/ruby-amrita/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/textproc/ruby-amrita/Makefile b/textproc/ruby-amrita/Makefile index ebd3460fbd6..21e88108e16 100644 --- a/textproc/ruby-amrita/Makefile +++ b/textproc/ruby-amrita/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2005/03/24 21:13:02 wiz Exp $ +# $NetBSD: Makefile,v 1.6 2005/06/17 03:50:37 jlam Exp $ DISTNAME= amrita-1.0.2 PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME} @@ -22,6 +22,8 @@ REPLACE_RUBY= bin/ams bin/amshandler bin/amx DEPENDS+= ${RUBY_PKGPREFIX}-strscan>=0.6.5:../../devel/ruby-strscan .endif +INSTALLATION_DIRS= bin + post-patch: @${FIND} ${WRKSRC} -name '.cvsignore' -exec ${RM} -f {} \; |