summaryrefslogtreecommitdiff
path: root/geography/xrmap-factbook_text
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-factbook_text
parentfa637e26ba44607855b9d9230a45d17efa1fd5e1 (diff)
downloadpkgsrc-7a08268fd9e17a17dc7bd270364c7d42e5013ba8.tar.gz
Fix pax arguments.
Diffstat (limited to 'geography/xrmap-factbook_text')
-rw-r--r--geography/xrmap-factbook_text/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/geography/xrmap-factbook_text/Makefile b/geography/xrmap-factbook_text/Makefile
index 78e1a167de8..1dc501a70cd 100644
--- a/geography/xrmap-factbook_text/Makefile
+++ b/geography/xrmap-factbook_text/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2012/10/04 09:19:22 asau Exp $
+# $NetBSD: Makefile,v 1.10 2016/02/26 14:05:14 jperkin Exp $
#
DISTNAME= factbook_text_2006
@@ -20,6 +20,6 @@ NO_BUILD= yes
INSTALLATION_DIRS= share/rmap
do-install:
- cd ${WRKSRC} && pax -rw -pe factbook ${DESTDIR}${PREFIX}/share/rmap
+ cd ${WRKSRC} && ${PAX} -rw -pm factbook ${DESTDIR}${PREFIX}/share/rmap
.include "../../mk/bsd.pkg.mk"