summaryrefslogtreecommitdiff
path: root/geography/xrmap-anthems
diff options
context:
space:
mode:
authorrillig <rillig>2006-09-06 10:00:25 +0000
committerrillig <rillig>2006-09-06 10:00:25 +0000
commit0a3533118b55e05418b06655f09fec0ff66673aa (patch)
tree67afe31c39116c7c98131f5c8b9b999453301182 /geography/xrmap-anthems
parentd6f00382a51fff9730372a3f769269dec616fd36 (diff)
downloadpkgsrc-0a3533118b55e05418b06655f09fec0ff66673aa.tar.gz
Fixed pkglint warnings.
Diffstat (limited to 'geography/xrmap-anthems')
-rw-r--r--geography/xrmap-anthems/Makefile4
1 files changed, 2 insertions, 2 deletions
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"