summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorasau <asau>2014-04-19 01:14:41 +0000
committerasau <asau>2014-04-19 01:14:41 +0000
commit50086708fb6ac2b600a25ae5066bf7965b69c6c4 (patch)
tree85252d490162d217158336a5cab29fa287ca46db
parent8ba8d853ec8f5cf2dbb7121bdf507faad5969004 (diff)
downloadpkgsrc-50086708fb6ac2b600a25ae5066bf7965b69c6c4.tar.gz
Don't use "-pe" for pax, it doesn't work on FreeBSD, use "-pp" instead.
-rw-r--r--audio/ampache/Makefile4
-rw-r--r--cross/mingw-runtime-bin/Makefile4
-rw-r--r--cross/mingw-w32api-bin/Makefile4
-rw-r--r--devel/nspr-reference/Makefile4
-rw-r--r--devel/tet3/Makefile6
-rw-r--r--finance/moneyguru/Makefile4
6 files changed, 13 insertions, 13 deletions
diff --git a/audio/ampache/Makefile b/audio/ampache/Makefile
index 8f5ba33dd05..84bb4bf525e 100644
--- a/audio/ampache/Makefile
+++ b/audio/ampache/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2013/03/16 07:21:18 obache Exp $
+# $NetBSD: Makefile,v 1.11 2014/04/19 01:14:41 asau Exp $
#
DISTNAME= ampache-3.5.3
@@ -47,7 +47,7 @@ post-extract:
do-install:
${CHMOD} -x ${WRKSRC}/docs/[A-Z]*
${INSTALL_DATA} ${WRKSRC}/ampache.conf ${DESTDIR}${EGDIR}/ampache.conf
- set -e; cd ${WRKSRC} && pax -rw -pe . ${DESTDIR}${INSTDIR}
+ set -e; cd ${WRKSRC} && pax -rw -pp . ${DESTDIR}${INSTDIR}
${RM} -f ${DESTDIR}${INSTDIR}/ampache.conf
${FIND} ${DESTDIR}${INSTDIR} -name '*.orig' | ${XARGS} ${RM} -f
diff --git a/cross/mingw-runtime-bin/Makefile b/cross/mingw-runtime-bin/Makefile
index 40a54e7c3d2..80e72da9d2e 100644
--- a/cross/mingw-runtime-bin/Makefile
+++ b/cross/mingw-runtime-bin/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2012/10/03 00:10:30 asau Exp $
+# $NetBSD: Makefile,v 1.3 2014/04/19 01:15:20 asau Exp $
DISTNAME= mingw-runtime-3.14
PKGNAME= mingw-runtime-bin-3.14
@@ -18,7 +18,7 @@ WRKSRC= ${WRKDIR}
INSTALLATION_DIRS+= ${MINGW_TARGET}
do-install:
- cd ${WRKSRC} && pax -rw -pe bin include lib \
+ cd ${WRKSRC} && pax -rw -pp bin include lib \
${DESTDIR}${PREFIX}/${MINGW_TARGET}
.include "../../cross/mingw/Makefile.common"
diff --git a/cross/mingw-w32api-bin/Makefile b/cross/mingw-w32api-bin/Makefile
index ec88ee231b6..55d7a51a8dd 100644
--- a/cross/mingw-w32api-bin/Makefile
+++ b/cross/mingw-w32api-bin/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2012/10/03 00:10:30 asau Exp $
+# $NetBSD: Makefile,v 1.3 2014/04/19 01:15:46 asau Exp $
DISTNAME= w32api-3.11
PKGNAME= mingw-w32api-bin-3.11
@@ -18,7 +18,7 @@ WRKSRC= ${WRKDIR}
INSTALLATION_DIRS+= ${MINGW_TARGET}
do-install:
- cd ${WRKSRC} && pax -rw -pe include lib \
+ cd ${WRKSRC} && pax -rw -pp include lib \
${DESTDIR}${PREFIX}/${MINGW_TARGET}
.include "../../cross/mingw/Makefile.common"
diff --git a/devel/nspr-reference/Makefile b/devel/nspr-reference/Makefile
index 0f9590f8c99..d5de4460334 100644
--- a/devel/nspr-reference/Makefile
+++ b/devel/nspr-reference/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2013/04/06 14:09:32 rodent Exp $
+# $NetBSD: Makefile,v 1.11 2014/04/19 01:16:26 asau Exp $
#
DISTNAME= nspr-reference
@@ -19,7 +19,7 @@ WRKSRC= ${WRKDIR}/nspr/reference/html
do-install:
${INSTALL_DATA_DIR} ${DESTDIR}${PREFIX}/share/doc/nspr/html
- cd ${WRKSRC} && pax -s,.*/CVS.*,, -rwvpe . \
+ cd ${WRKSRC} && pax -s,.*/CVS.*,, -rwvpp . \
${DESTDIR}${PREFIX}/share/doc/nspr/html
.include "../../mk/bsd.pkg.mk"
diff --git a/devel/tet3/Makefile b/devel/tet3/Makefile
index 7141f593843..d7d9800f56f 100644
--- a/devel/tet3/Makefile
+++ b/devel/tet3/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.22 2013/05/31 12:40:57 wiz Exp $
+# $NetBSD: Makefile,v 1.23 2014/04/19 01:16:54 asau Exp $
DISTNAME= tet3.7-unsup.src
PKGNAME= tet3-3.7
@@ -38,9 +38,9 @@ PLIST.java= yes
post-install:
${INSTALL_PROGRAM_DIR} ${DESTDIR}${PREFIX}/tet3
${INSTALL_PROGRAM_DIR} ${DESTDIR}${PREFIX}/tet3/bin
- cd ${WRKSRC}/bin && pax -rwpe . ${DESTDIR}${PREFIX}/tet3/bin
+ cd ${WRKSRC}/bin && pax -rwpp . ${DESTDIR}${PREFIX}/tet3/bin
${INSTALL_PROGRAM_DIR} ${DESTDIR}${PREFIX}/tet3/lib
- cd ${WRKSRC}/lib && pax -rwpe . ${DESTDIR}${PREFIX}/tet3/lib
+ cd ${WRKSRC}/lib && pax -rwpp . ${DESTDIR}${PREFIX}/tet3/lib
PTHREAD_OPTS+= native # only native threads make sense
.include "../../mk/pthread.buildlink3.mk"
diff --git a/finance/moneyguru/Makefile b/finance/moneyguru/Makefile
index 024dd0ddc3c..341ec7b6b78 100644
--- a/finance/moneyguru/Makefile
+++ b/finance/moneyguru/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2014/01/25 11:11:20 wiz Exp $
+# $NetBSD: Makefile,v 1.5 2014/04/19 01:18:23 asau Exp $
#
# any of ~* is fine, they are the same and just there for Ubuntu
# so moneyguru's built for all releases
@@ -44,7 +44,7 @@ do-build:
${CHMOD} +x ${WRKSRC}/run.py
do-install:
- cd ${WRKSRC} && pax -pe -rw ambuttonbar build cocoa cocoalib core data help hscommon images locale plugin_examples psmtabbarcontrol qt qtlib run.py ${DESTDIR}${PREFIX}/share/moneyguru
+ cd ${WRKSRC} && pax -pp -rw ambuttonbar build cocoa cocoalib core data help hscommon images locale plugin_examples psmtabbarcontrol qt qtlib run.py ${DESTDIR}${PREFIX}/share/moneyguru
${INSTALL_DATA} ${WRKSRC}/debian/moneyguru.desktop ${DESTDIR}${PREFIX}/share/applications
${LN} -s ${DESTDIR}${PREFIX}/share/moneyguru/run.py ${DESTDIR}${PREFIX}/bin/moneyguru