summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorasau <asau@pkgsrc.org>2014-07-07 20:01:47 +0000
committerasau <asau@pkgsrc.org>2014-07-07 20:01:47 +0000
commit33819370316d6b48a4246f7fd7ec639c7275ebc8 (patch)
tree8e305636f0106216ccaa9ecb38169d11c52d25ac
parentc1b12dde96ded5c8c5d4e9375d4add87804dd290 (diff)
downloadpkgsrc-33819370316d6b48a4246f7fd7ec639c7275ebc8.tar.gz
Don't use "-pe", it breaks unprivileged builds on FreeBSD, use "-pp" instead.
-rw-r--r--lang/py27-html-docs/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/py27-html-docs/Makefile b/lang/py27-html-docs/Makefile
index 4930679c7e0..39136793aa7 100644
--- a/lang/py27-html-docs/Makefile
+++ b/lang/py27-html-docs/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2012/10/02 20:11:50 asau Exp $
+# $NetBSD: Makefile,v 1.3 2014/07/07 20:01:47 asau Exp $
#
VERS= 2.7.2
@@ -25,7 +25,7 @@ PLIST_SRC= ${WRKDIR}/.PLIST_SRC
INSTALLATION_DIRS= ${HTMLDIR}
do-install:
- cd ${WRKSRC} && pax -rw -pe [a-z]* ${DESTDIR}${PREFIX}/${HTMLDIR}
+ cd ${WRKSRC} && pax -rw -pp [a-z]* ${DESTDIR}${PREFIX}/${HTMLDIR}
cd ${DESTDIR}${PREFIX} && ${FIND} ${HTMLDIR} -type f -print >>${PLIST_SRC}
.include "../../mk/bsd.pkg.mk"