summaryrefslogtreecommitdiff
path: root/textproc
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 /textproc
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 'textproc')
-rw-r--r--textproc/xhtml/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/xhtml/Makefile b/textproc/xhtml/Makefile
index 96b3fc1ecf6..3ec3c27638a 100644
--- a/textproc/xhtml/Makefile
+++ b/textproc/xhtml/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2020/01/26 17:32:18 rillig Exp $
+# $NetBSD: Makefile,v 1.12 2020/11/28 01:20:03 gutteridge Exp $
#
DISTNAME= xhtml1
@@ -23,7 +23,7 @@ XML_CATALOGS= ${PREFIX}/share/xml/xhtml/1.0/catalog
INSTALLATION_DIRS= share/xml/xhtml/1.0
do-install:
- cd ${WRKSRC}/DTD && pax -rwpppm . ${DESTDIR}${PREFIX}/share/xml/xhtml/1.0
+ cd ${WRKSRC}/DTD && pax -rwppm . ${DESTDIR}${PREFIX}/share/xml/xhtml/1.0
${INSTALL_DATA} ${FILESDIR}/catalog10 \
${DESTDIR}${PREFIX}/share/xml/xhtml/1.0/catalog