diff options
author | shattered <shattered@pkgsrc.org> | 2013-08-10 12:45:15 +0000 |
---|---|---|
committer | shattered <shattered@pkgsrc.org> | 2013-08-10 12:45:15 +0000 |
commit | b46fad32f49b27c9bb94b4dcb26dcb14724dcdee (patch) | |
tree | 1b4c83473819cb6d57d63599ecd0f40238600cbc /geography/xrmap-anthems/Makefile | |
parent | 672d6fe0eac5461dd849ca8493e68844ee23a3d1 (diff) | |
download | pkgsrc-b46fad32f49b27c9bb94b4dcb26dcb14724dcdee.tar.gz |
Update to 1.3. Changes: more anthems added.
Diffstat (limited to 'geography/xrmap-anthems/Makefile')
-rw-r--r-- | geography/xrmap-anthems/Makefile | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/geography/xrmap-anthems/Makefile b/geography/xrmap-anthems/Makefile index b292af3f0d4..fa3e2e8a601 100644 --- a/geography/xrmap-anthems/Makefile +++ b/geography/xrmap-anthems/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.9 2012/10/04 09:19:21 asau Exp $ +# $NetBSD: Makefile,v 1.10 2013/08/10 12:45:15 shattered Exp $ # -DISTNAME= anthems-1.1 -PKGNAME= xrmap-anthems-1.1 -PKGREVISION= 1 +DISTNAME= anthems-1.3 +PKGNAME= xrmap-anthems-1.3 CATEGORIES= geography MASTER_SITES= ftp://ftp.ac-grenoble.fr/ge/geosciences/xrmap/data/ EXTRACT_SUFX= .tar.bz2 @@ -14,12 +13,11 @@ COMMENT= National anthems (text) for xrmap DEPENDS+= xrmap-base>=2.29:../../geography/xrmap-base -WRKSRC= ${WRKDIR} NO_BUILD= yes INSTALLATION_DIRS= share/rmap USE_TOOLS+= pax do-install: - cd ${WRKSRC} && pax -rw -pp anthems ${DESTDIR}${PREFIX}/share/rmap + cd ${WRKSRC} && pax -rw -pp * ${DESTDIR}${PREFIX}/share/rmap/anthems .include "../../mk/bsd.pkg.mk" |