diff options
author | rillig <rillig@pkgsrc.org> | 2006-09-06 10:00:25 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2006-09-06 10:00:25 +0000 |
commit | 0d4b1897a359bfbd5df45e122f78a8021da938ca (patch) | |
tree | 67afe31c39116c7c98131f5c8b9b999453301182 /geography/xrmap-anthems/Makefile | |
parent | 6b09efaf11ae3635535b6f7046fdb9ed4952ac49 (diff) | |
download | pkgsrc-0d4b1897a359bfbd5df45e122f78a8021da938ca.tar.gz |
Fixed pkglint warnings.
Diffstat (limited to 'geography/xrmap-anthems/Makefile')
-rw-r--r-- | geography/xrmap-anthems/Makefile | 4 |
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" |