diff options
author | jlam <jlam@pkgsrc.org> | 2005-06-16 06:57:37 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2005-06-16 06:57:37 +0000 |
commit | 81edaaa606a86e87c2885489ad72ee9908969aba (patch) | |
tree | 3ccd645970d07eb5e027f9f4978696237c5cd04b /geography/xrmap-flags | |
parent | 8b982bf812954ec2be8cdc97dbf2d9dd2be7779e (diff) | |
download | pkgsrc-81edaaa606a86e87c2885489ad72ee9908969aba.tar.gz |
Create directories before installing files into them.
Diffstat (limited to 'geography/xrmap-flags')
-rw-r--r-- | geography/xrmap-flags/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/geography/xrmap-flags/Makefile b/geography/xrmap-flags/Makefile index 33574890c1a..ca94d4aabd7 100644 --- a/geography/xrmap-flags/Makefile +++ b/geography/xrmap-flags/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2005/04/11 21:45:59 tv Exp $ +# $NetBSD: Makefile,v 1.3 2005/06/16 06:57:57 jlam Exp $ # DISTNAME= flags-1.1 @@ -11,9 +11,11 @@ MAINTAINER= tech-pkg@NetBSD.org HOMEPAGE= http://frmas.free.fr/li_1.htm COMMENT= National flags for xrmap +DEPENDS+= xrmap-base>=2.29:../../geography/xrmap-base + WRKSRC= ${WRKDIR} NO_BUILD= yes -DEPENDS+= xrmap-base>=2.29:../../geography/xrmap-base +INSTALLATION_DIRS= share/rmap do-install: cd ${WRKSRC} && ${PAX} -rw -pe flags ${PREFIX}/share/rmap |