summaryrefslogtreecommitdiff
path: root/graphics/netpbm
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 /graphics/netpbm
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 'graphics/netpbm')
-rw-r--r--graphics/netpbm/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/netpbm/Makefile b/graphics/netpbm/Makefile
index 8e6df99fd22..dc5ec412544 100644
--- a/graphics/netpbm/Makefile
+++ b/graphics/netpbm/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.227 2020/11/05 09:08:25 ryoon Exp $
+# $NetBSD: Makefile,v 1.228 2020/11/28 01:20:03 gutteridge Exp $
DISTNAME= netpbm-10.79.04
PKGREVISION= 6
@@ -118,7 +118,7 @@ post-install:
${MKDIR} share && \
${MV} misc share/netpbm && \
${CHOWN} -R ${BINOWN}:${BINGRP} . && \
- pax -rwpppm . ${DESTDIR}${PREFIX}
+ pax -rwppm . ${DESTDIR}${PREFIX}
${RM} -fr ${STAGEDIR}
${INSTALL_DATA} ${WRKDIR}/netpbm-userguide/*.1 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1
${INSTALL_DATA} ${WRKDIR}/netpbm-userguide/*.3 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man3