summaryrefslogtreecommitdiff
path: root/graphics/sketch
diff options
context:
space:
mode:
authorhubertf <hubertf>2001-11-22 04:43:23 +0000
committerhubertf <hubertf>2001-11-22 04:43:23 +0000
commitdcd3a375f04d5f12407e3dac0a45936af64091de (patch)
tree79a380686117934d5e5f207f6165a7efbb0b32a4 /graphics/sketch
parent494dec966fb47bb52ffe1a23fdc54c132591d857 (diff)
downloadpkgsrc-dcd3a375f04d5f12407e3dac0a45936af64091de.tar.gz
'pax foo bar' just hants... add "-rw -pe" so it actually copies stuff.
Diffstat (limited to 'graphics/sketch')
-rw-r--r--graphics/sketch/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/sketch/Makefile b/graphics/sketch/Makefile
index f85b87042ec..344f0f62a9c 100644
--- a/graphics/sketch/Makefile
+++ b/graphics/sketch/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.15 2001/11/14 14:47:54 agc Exp $
+# $NetBSD: Makefile,v 1.16 2001/11/22 04:43:23 hubertf Exp $
#
DISTNAME= sketch-0.6.10
@@ -37,7 +37,7 @@ do-install:
.endfor
(cd ${WRKSRC}; ${INSTALL_SCRIPT} finishinst.py sk2ps.py sketch.py ${SKETCHDIR})
${INSTALL_DATA_DIR} ${SKETCHDOCDIR}
- cd ${WRKSRC} && ${PAX} ${SKETCHDOCS} ${SKETCHDOCDIR}
+ cd ${WRKSRC} && ${PAX} -rw -pe -v ${SKETCHDOCS} ${SKETCHDOCDIR}
${INSTALL_DATA_DIR} ${SKETCHEXDIR}
cd ${WRKSRC}/Examples && ${PAX} -rw . ${SKETCHEXDIR}
(cd ${SKETCHDIR}; python finishinst.py)