summaryrefslogtreecommitdiff
path: root/geography/xrmap-flags/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'geography/xrmap-flags/Makefile')
-rw-r--r--geography/xrmap-flags/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/geography/xrmap-flags/Makefile b/geography/xrmap-flags/Makefile
index 1c38cb80dba..9c8edb67f92 100644
--- a/geography/xrmap-flags/Makefile
+++ b/geography/xrmap-flags/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2012/10/04 09:19:22 asau Exp $
+# $NetBSD: Makefile,v 1.9 2016/02/26 14:05:14 jperkin Exp $
#
DISTNAME= flags-1.1
@@ -21,6 +21,6 @@ NO_BUILD= yes
INSTALLATION_DIRS= share/rmap
do-install:
- cd ${WRKSRC} && pax -rw -pe flags ${DESTDIR}${PREFIX}/share/rmap
+ cd ${WRKSRC} && ${PAX} -rw -pm flags ${DESTDIR}${PREFIX}/share/rmap
.include "../../mk/bsd.pkg.mk"