pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/geography Fixed pkglint warnings.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/412e3699486a
branches:  trunk
changeset: 518298:412e3699486a
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Wed Sep 06 10:00:25 2006 +0000

description:
Fixed pkglint warnings.

diffstat:

 geography/gpsdrive/Makefile      |  5 +++--
 geography/xrmap-anthems/Makefile |  4 ++--
 2 files changed, 5 insertions(+), 4 deletions(-)

diffs (36 lines):

diff -r 88f3a0924ea7 -r 412e3699486a geography/gpsdrive/Makefile
--- a/geography/gpsdrive/Makefile       Wed Sep 06 09:59:24 2006 +0000
+++ b/geography/gpsdrive/Makefile       Wed Sep 06 10:00:25 2006 +0000
@@ -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 @@
 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 -r 88f3a0924ea7 -r 412e3699486a geography/xrmap-anthems/Makefile
--- a/geography/xrmap-anthems/Makefile  Wed Sep 06 09:59:24 2006 +0000
+++ b/geography/xrmap-anthems/Makefile  Wed Sep 06 10:00:25 2006 +0000
@@ -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 @@
 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"



Home | Main Index | Thread Index | Old Index