pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/databases/ruby-tokyotyrant Use "pp" instead of "pe" pa...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e803f9239385
branches:  trunk
changeset: 639636:e803f9239385
user:      obache <obache%pkgsrc.org@localhost>
date:      Sat Sep 20 01:22:27 2014 +0000

description:
Use "pp" instead of "pe" pax option for unprivileged build.

diffstat:

 databases/ruby-tokyotyrant/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 118684516e2f -r e803f9239385 databases/ruby-tokyotyrant/Makefile
--- a/databases/ruby-tokyotyrant/Makefile       Sat Sep 20 01:20:46 2014 +0000
+++ b/databases/ruby-tokyotyrant/Makefile       Sat Sep 20 01:22:27 2014 +0000
@@ -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 @@
 
 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"



Home | Main Index | Thread Index | Old Index