diff options
author | jlam <jlam@pkgsrc.org> | 2005-06-17 03:50:19 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2005-06-17 03:50:19 +0000 |
commit | 62d306b057537feb1ef4749c60334699ef7f07d1 (patch) | |
tree | 067490bfc0f733c9b522363134ffa36e43b49192 /security/antonym | |
parent | cbac1b2142ffeda168356e0a85c33829123f805b (diff) | |
download | pkgsrc-62d306b057537feb1ef4749c60334699ef7f07d1.tar.gz |
Create directories before installing files into them.
Diffstat (limited to 'security/antonym')
-rw-r--r-- | security/antonym/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/security/antonym/Makefile b/security/antonym/Makefile index 79e2d0a57cc..68a6cd88c47 100644 --- a/security/antonym/Makefile +++ b/security/antonym/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2005/04/12 15:11:18 tv Exp $ +# $NetBSD: Makefile,v 1.3 2005/06/17 03:50:31 jlam Exp $ # DISTNAME= antonym-1.9 @@ -17,6 +17,7 @@ USE_PERL5= yes REPLACE_PERL= antonym PKG_INSTALLATION_TYPES= overwrite pkgviews +INSTALLATION_DIRS= bin do-build: # empty |