summaryrefslogtreecommitdiff
path: root/geography/xrmap-anthems
diff options
context:
space:
mode:
authorjperkin <jperkin>2016-02-26 14:01:09 +0000
committerjperkin <jperkin>2016-02-26 14:01:09 +0000
commit7a08268fd9e17a17dc7bd270364c7d42e5013ba8 (patch)
tree42b074ca5cf8e802b7433139b828ff8d94ca7fd2 /geography/xrmap-anthems
parentfa637e26ba44607855b9d9230a45d17efa1fd5e1 (diff)
downloadpkgsrc-7a08268fd9e17a17dc7bd270364c7d42e5013ba8.tar.gz
Fix pax arguments.
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 74fa5e6c455..6759dffb704 100644
--- a/geography/xrmap-anthems/Makefile
+++ b/geography/xrmap-anthems/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2013/10/18 11:41:18 bsiegert Exp $
+# $NetBSD: Makefile,v 1.12 2016/02/26 14:05:14 jperkin Exp $
#
DISTNAME= anthems-1.3
@@ -18,6 +18,6 @@ INSTALLATION_DIRS= share/rmap/anthems
USE_TOOLS+= pax
do-install:
- cd ${WRKSRC} && pax -rw -pp * ${DESTDIR}${PREFIX}/share/rmap/anthems
+ cd ${WRKSRC} && ${PAX} -rw -pm * ${DESTDIR}${PREFIX}/share/rmap/anthems
.include "../../mk/bsd.pkg.mk"