summaryrefslogtreecommitdiff
path: root/databases/ruby-tokyotyrant/Makefile
diff options
context:
space:
mode:
authorobache <obache>2014-09-20 01:22:27 +0000
committerobache <obache>2014-09-20 01:22:27 +0000
commite7a2262fb98387be70218b1e46754ae76a27b434 (patch)
treee6a684715541923b4b11575ae95507cf0d91c132 /databases/ruby-tokyotyrant/Makefile
parent8f0d1cd2674464ffba4307f8474d80b2557e44bf (diff)
downloadpkgsrc-e7a2262fb98387be70218b1e46754ae76a27b434.tar.gz
Use "pp" instead of "pe" pax option for unprivileged build.
Diffstat (limited to 'databases/ruby-tokyotyrant/Makefile')
-rw-r--r--databases/ruby-tokyotyrant/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/ruby-tokyotyrant/Makefile b/databases/ruby-tokyotyrant/Makefile
index 072973eb689..bf98bfe0542 100644
--- a/databases/ruby-tokyotyrant/Makefile
+++ b/databases/ruby-tokyotyrant/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.17 2012/10/02 21:25:52 asau Exp $
+# $NetBSD: Makefile,v 1.18 2014/09/20 01:22:27 obache Exp $
#
DISTNAME= tokyotyrant-ruby-1.13
@@ -26,7 +26,7 @@ do-test:
post-install:
${INSTALL_DATA_DIR} ${DESTDIR}/${PREFIX}/${DOCDIR}
- cd ${WRKSRC}/doc && pax -rwpe . ${DESTDIR}${PREFIX}/${DOCDIR}
+ cd ${WRKSRC}/doc && pax -rwpp . ${DESTDIR}${PREFIX}/${DOCDIR}
${RUBY_GENERATE_PLIST}
.include "../../lang/ruby/modules.mk"