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-hymns | |
parent | 8b982bf812954ec2be8cdc97dbf2d9dd2be7779e (diff) | |
download | pkgsrc-81edaaa606a86e87c2885489ad72ee9908969aba.tar.gz |
Create directories before installing files into them.
Diffstat (limited to 'geography/xrmap-hymns')
-rw-r--r-- | geography/xrmap-hymns/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/geography/xrmap-hymns/Makefile b/geography/xrmap-hymns/Makefile index 71561d15063..dfdab5698c8 100644 --- a/geography/xrmap-hymns/Makefile +++ b/geography/xrmap-hymns/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= hymns-1.2 @@ -11,9 +11,11 @@ MAINTAINER= tech-pkg@NetBSD.org HOMEPAGE= http://frmas.free.fr/li_1.htm COMMENT= National anthems (MIDI) 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 hymns ${PREFIX}/share/rmap |