summaryrefslogtreecommitdiff
path: root/devel/mantis
diff options
context:
space:
mode:
authorgutteridge <gutteridge@pkgsrc.org>2020-11-28 01:20:03 +0000
committergutteridge <gutteridge@pkgsrc.org>2020-11-28 01:20:03 +0000
commit0865d9ed91291d3b449914bf9e1ccdb2b720abd5 (patch)
tree5a58e4a2eb7eac7e8b16c33c8b0035769ce8c967 /devel/mantis
parent4eb10af57a8f60d4e498209067882b56f8162381 (diff)
downloadpkgsrc-0865d9ed91291d3b449914bf9e1ccdb2b720abd5.tar.gz
Remove superfluous specification characters from pax invocations
A bunch of packages had an extra "p" specification character passed to the pax -p option. One is enough. Committed to reduce the human parsing costs, should someone else need to examine this. (In my case because it seems recent Linux distros have changed such that some -p arguments can now cause an error to occur, where previously they were accepted.)
Diffstat (limited to 'devel/mantis')
-rw-r--r--devel/mantis/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/devel/mantis/Makefile b/devel/mantis/Makefile
index 819cca6c5ba..d963e4bd21c 100644
--- a/devel/mantis/Makefile
+++ b/devel/mantis/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.54 2020/01/26 17:31:00 rillig Exp $
+# $NetBSD: Makefile,v 1.55 2020/11/28 01:20:03 gutteridge Exp $
DISTNAME= mantisbt-2.4.1
PKGNAME= ${DISTNAME:S/mantisbt/mantis/}
@@ -55,7 +55,7 @@ post-extract:
do-install:
cd ${WRKSRC}/doc && \
- pax -rwpppm en-US ${DESTDIR}${PREFIX}/share/doc/mantis
+ pax -rwppm en-US ${DESTDIR}${PREFIX}/share/doc/mantis
${MV} ${WRKSRC}/config/config_inc.php.sample \
${WRKSRC}/config_inc.php
@@ -66,7 +66,7 @@ do-install:
.endfor
cd ${WRKSRC} && ${FIND} . -name .cvsignore -print | ${XARGS} ${RM} -f
- cd ${WRKSRC} && pax -rwpppm . ${DESTDIR}${MANTIS_HOME}
+ cd ${WRKSRC} && pax -rwppm . ${DESTDIR}${MANTIS_HOME}
cd ${DESTDIR}${MANTIS_HOME} && \
${FIND} . -type f | ${XARGS} ${CHMOD} ${SHAREMODE}