summaryrefslogtreecommitdiff
path: root/geography
diff options
context:
space:
mode:
authorrillig <rillig>2006-09-06 10:00:25 +0000
committerrillig <rillig>2006-09-06 10:00:25 +0000
commit23a227627034b20b6959525f82c92c7b00518284 (patch)
tree67afe31c39116c7c98131f5c8b9b999453301182 /geography
parent46e9f2dbac4d3fa146f24311c92218a2871fda1a (diff)
downloadpkgsrc-23a227627034b20b6959525f82c92c7b00518284.tar.gz
Fixed pkglint warnings.
Diffstat (limited to 'geography')
-rw-r--r--geography/gpsdrive/Makefile5
-rw-r--r--geography/xrmap-anthems/Makefile4
2 files changed, 5 insertions, 4 deletions
diff --git a/geography/gpsdrive/Makefile b/geography/gpsdrive/Makefile
index 4a1d0a92b95..9a73a0e0ceb 100644
--- a/geography/gpsdrive/Makefile
+++ b/geography/gpsdrive/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2006/05/11 11:05:54 rillig Exp $
+# $NetBSD: Makefile,v 1.12 2006/09/06 10:02:16 rillig Exp $
DISTNAME= gpsdrive-1.31
PKGREVISION= 10
@@ -15,7 +15,8 @@ DEPENDS+= wget>=1:../../net/wget
GNU_CONFIGURE= YES
USE_PKGLOCALEDIR= YES
-USE_LANGUAGES= c c++
+USE_LANGUAGES= c c++
+USE_LIBTOOL= yes
# XXX make this an option
CONFIGURE_ARGS+= --disable-mysql
diff --git a/geography/xrmap-anthems/Makefile b/geography/xrmap-anthems/Makefile
index 51b27c3692d..bcb7d0e3d53 100644
--- a/geography/xrmap-anthems/Makefile
+++ b/geography/xrmap-anthems/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2006/03/04 21:29:45 jlam Exp $
+# $NetBSD: Makefile,v 1.6 2006/09/06 10:00:25 rillig Exp $
#
DISTNAME= anthems-1.1
@@ -19,6 +19,6 @@ NO_BUILD= yes
INSTALLATION_DIRS= share/rmap
do-install:
- cd ${WRKSRC} && ${PAX} -rw -pe anthems ${PREFIX}/share/rmap
+ cd ${WRKSRC} && pax -rw -pp anthems ${PREFIX}/share/rmap
.include "../../mk/bsd.pkg.mk"