summaryrefslogtreecommitdiff
path: root/databases/ruby-tokyocabinet/Makefile
diff options
context:
space:
mode:
authorobache <obache>2014-09-20 01:20:46 +0000
committerobache <obache>2014-09-20 01:20:46 +0000
commit8f0d1cd2674464ffba4307f8474d80b2557e44bf (patch)
tree5f23c70f43cf965c846a496dfe67c8a1bcf3c247 /databases/ruby-tokyocabinet/Makefile
parent1bbaa8761d3ae9e1ea6568c233b76fc62b8268cb (diff)
downloadpkgsrc-8f0d1cd2674464ffba4307f8474d80b2557e44bf.tar.gz
Use "pp" instead "pe" pax option for unprivileged build.
Diffstat (limited to 'databases/ruby-tokyocabinet/Makefile')
-rw-r--r--databases/ruby-tokyocabinet/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/ruby-tokyocabinet/Makefile b/databases/ruby-tokyocabinet/Makefile
index f5b7eede69e..8249b0ad2f1 100644
--- a/databases/ruby-tokyocabinet/Makefile
+++ b/databases/ruby-tokyocabinet/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.26 2013/10/27 12:49:13 obache Exp $
+# $NetBSD: Makefile,v 1.27 2014/09/20 01:20:46 obache Exp $
#
DISTNAME= tokyocabinet-ruby-1.31
@@ -23,7 +23,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}
BUILDLINK_API_DEPENDS.tokyocabinet+= tokyocabinet>=1.4.29