diff options
author | joerg <joerg> | 2009-06-14 19:12:18 +0000 |
---|---|---|
committer | joerg <joerg> | 2009-06-14 19:12:18 +0000 |
commit | 6dd538c1923dc4905ca3b245385d8d7678d4a83b (patch) | |
tree | b4e43f394b743a69b97b251ed665c85764fb606e /geography | |
parent | 29fa2e65b25f6d5d51febbc3e9d85d1bd47bb72f (diff) | |
download | pkgsrc-6dd538c1923dc4905ca3b245385d8d7678d4a83b.tar.gz |
Use @pkgdir
Diffstat (limited to 'geography')
-rw-r--r-- | geography/geos/PLIST | 6 | ||||
-rw-r--r-- | geography/xrmap-base/PLIST | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/geography/geos/PLIST b/geography/geos/PLIST index 3968eb826cf..f39cd4eb257 100644 --- a/geography/geos/PLIST +++ b/geography/geos/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.7 2009/06/14 17:57:16 joerg Exp $ +@comment $NetBSD: PLIST,v 1.8 2009/06/14 19:12:18 joerg Exp $ bin/geos-config include/geos.h include/geos/algorithm/LineIntersector.h @@ -173,5 +173,5 @@ include/geos/version.h include/geos_c.h lib/libgeos.la lib/libgeos_c.la -@exec ${MKDIR} %D/include/geos/index/intervalrtree -@exec ${MKDIR} %D/include/geos/algorithm/locate +@pkgdir include/geos/index/intervalrtree +@pkgdir include/geos/algorithm/locate diff --git a/geography/xrmap-base/PLIST b/geography/xrmap-base/PLIST index 8c1ad07a2c8..2923e70ca22 100644 --- a/geography/xrmap-base/PLIST +++ b/geography/xrmap-base/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.4 2009/06/14 17:57:17 joerg Exp $ +@comment $NetBSD: PLIST,v 1.5 2009/06/14 19:12:18 joerg Exp $ bin/emx bin/xrmap ${IMAKE_MAN_DIR}/xrmap.${IMAKE_MANNEWSUFFIX} @@ -102,5 +102,5 @@ share/rmap/themes/cloudy share/rmap/themes/coffee share/rmap/themes/default share/rmap/themes/sea -@exec ${MKDIR} %D/share/rmap/flags -@exec ${MKDIR} %D/share/rmap/factbook +@pkgdir share/rmap/flags +@pkgdir share/rmap/factbook |