diff options
author | jperkin <jperkin@pkgsrc.org> | 2016-02-26 14:01:09 +0000 |
---|---|---|
committer | jperkin <jperkin@pkgsrc.org> | 2016-02-26 14:01:09 +0000 |
commit | 5413da8da26e47e69b1b204db926a0d7352b220b (patch) | |
tree | 42b074ca5cf8e802b7433139b828ff8d94ca7fd2 /geography/xrmap-factbook_html | |
parent | 0de5aaaa03c32b0f2c633292947d4953285f0e2c (diff) | |
download | pkgsrc-5413da8da26e47e69b1b204db926a0d7352b220b.tar.gz |
Fix pax arguments.
Diffstat (limited to 'geography/xrmap-factbook_html')
-rw-r--r-- | geography/xrmap-factbook_html/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/geography/xrmap-factbook_html/Makefile b/geography/xrmap-factbook_html/Makefile index 1607b0b8e78..4807d4f38dc 100644 --- a/geography/xrmap-factbook_html/Makefile +++ b/geography/xrmap-factbook_html/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= factbook_html_2002 @@ -21,6 +21,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" |