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 | |
parent | 8b982bf812954ec2be8cdc97dbf2d9dd2be7779e (diff) | |
download | pkgsrc-81edaaa606a86e87c2885489ad72ee9908969aba.tar.gz |
Create directories before installing files into them.
Diffstat (limited to 'geography')
-rw-r--r-- | geography/gpsd/Makefile | 4 | ||||
-rw-r--r-- | geography/gpsutils/Makefile | 3 | ||||
-rw-r--r-- | geography/mapserver/Makefile | 4 | ||||
-rw-r--r-- | geography/xrmap-anthems/Makefile | 6 | ||||
-rw-r--r-- | geography/xrmap-data/Makefile | 6 | ||||
-rw-r--r-- | geography/xrmap-factbook_html/Makefile | 6 | ||||
-rw-r--r-- | geography/xrmap-factbook_text/Makefile | 6 | ||||
-rw-r--r-- | geography/xrmap-flags/Makefile | 6 | ||||
-rw-r--r-- | geography/xrmap-hymns/Makefile | 6 | ||||
-rw-r--r-- | geography/xrmap-pdfmaps/Makefile | 6 |
10 files changed, 36 insertions, 17 deletions
diff --git a/geography/gpsd/Makefile b/geography/gpsd/Makefile index 64a57661efa..3f18320f64b 100644 --- a/geography/gpsd/Makefile +++ b/geography/gpsd/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2004/07/26 23:31:56 wiz Exp $ +# $NetBSD: Makefile,v 1.2 2005/06/16 06:57:56 jlam Exp $ DISTNAME= gpsd-1.07 CATEGORIES= geography @@ -10,6 +10,8 @@ COMMENT= GPS information daemon GNU_CONFIGURE= YES +INSTALLATION_DIRS= sbin + do-install: ${INSTALL_PROGRAM} ${WRKSRC}/gpsd ${PREFIX}/sbin diff --git a/geography/gpsutils/Makefile b/geography/gpsutils/Makefile index d0277e26f04..06a55c77a2c 100644 --- a/geography/gpsutils/Makefile +++ b/geography/gpsutils/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2005/04/11 21:45:59 tv Exp $ +# $NetBSD: Makefile,v 1.6 2005/06/16 06:57:56 jlam Exp $ # DISTNAME= gpsutils-0.4.0 @@ -10,6 +10,7 @@ HOMEPAGE= http://www.wombat.ie/gps/ COMMENT= Capture and convert data from a Garmin GPS receiver WRKSRC= ${WRKDIR}/gpsutils-0.4.0/src +INSTALLATION_DIRS= bin do-install: .for PROGRAM in capture switchmode gbindiff diff --git a/geography/mapserver/Makefile b/geography/mapserver/Makefile index cf270260cf8..193b9cab67f 100644 --- a/geography/mapserver/Makefile +++ b/geography/mapserver/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2005/06/01 18:02:53 jlam Exp $ +# $NetBSD: Makefile,v 1.10 2005/06/16 06:57:56 jlam Exp $ # DISTNAME= mapserver-4.0 @@ -18,6 +18,8 @@ CONFIGURE_ARGS+= --with-gd=${PREFIX} \ --with-libiconv=${PREFIX} \ --with-zlib=${BUILDLINK_PREFIX.zlib} +INSTALLATION_DIRS= bin include lib + do-install: ${INSTALL_DATA} ${WRKSRC}/libmap.a ${PREFIX}/lib ${INSTALL_DATA} ${WRKSRC}/map.h ${PREFIX}/include diff --git a/geography/xrmap-anthems/Makefile b/geography/xrmap-anthems/Makefile index 10f5e1f6edd..0d771beacd5 100644 --- a/geography/xrmap-anthems/Makefile +++ b/geography/xrmap-anthems/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:56 jlam Exp $ # DISTNAME= anthems-1.1 @@ -11,9 +11,11 @@ MAINTAINER= tech-pkg@NetBSD.org HOMEPAGE= http://frmas.free.fr/li_1.htm COMMENT= National anthems (text) 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 anthems ${PREFIX}/share/rmap diff --git a/geography/xrmap-data/Makefile b/geography/xrmap-data/Makefile index d5eeb5b1216..888734a276a 100644 --- a/geography/xrmap-data/Makefile +++ b/geography/xrmap-data/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:56 jlam Exp $ # DISTNAME= CIA_WDB2.jpd @@ -11,9 +11,11 @@ MAINTAINER= tech-pkg@NetBSD.org HOMEPAGE= http://frmas.free.fr/li_1.htm COMMENT= Vector data 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: ${INSTALL_DATA} ${WRKSRC}/CIA_WDB2.jpd ${PREFIX}/share/rmap diff --git a/geography/xrmap-factbook_html/Makefile b/geography/xrmap-factbook_html/Makefile index c621d151ecd..75331c8e9e8 100644 --- a/geography/xrmap-factbook_html/Makefile +++ b/geography/xrmap-factbook_html/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= factbook_html_2002 @@ -11,9 +11,11 @@ MAINTAINER= tech-pkg@NetBSD.org HOMEPAGE= http://frmas.free.fr/li_1.htm COMMENT= CIA factbook for xrmap (HTML) +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 factbook ${PREFIX}/share/rmap diff --git a/geography/xrmap-factbook_text/Makefile b/geography/xrmap-factbook_text/Makefile index 4cb8c6dceae..79c87c85b7b 100644 --- a/geography/xrmap-factbook_text/Makefile +++ b/geography/xrmap-factbook_text/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= factbook_text_2002 @@ -11,9 +11,11 @@ MAINTAINER= tech-pkg@NetBSD.org HOMEPAGE= http://frmas.free.fr/li_1.htm COMMENT= CIA factbook 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 factbook ${PREFIX}/share/rmap 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 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 diff --git a/geography/xrmap-pdfmaps/Makefile b/geography/xrmap-pdfmaps/Makefile index b4e41910770..b11e9a9b47b 100644 --- a/geography/xrmap-pdfmaps/Makefile +++ b/geography/xrmap-pdfmaps/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= pdfmaps-1.1 @@ -10,9 +10,11 @@ MAINTAINER= tech-pkg@NetBSD.org HOMEPAGE= http://frmas.free.fr/li_1.htm COMMENT= PDF maps 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 pdfmaps ${PREFIX}/share/rmap |