summaryrefslogtreecommitdiff
path: root/graphics/tkpiechart
diff options
context:
space:
mode:
authoragc <agc@pkgsrc.org>2000-02-09 17:14:27 +0000
committeragc <agc@pkgsrc.org>2000-02-09 17:14:27 +0000
commita8785be70ab7f0a23d456599fac3ae652b21a69f (patch)
treed73aef22933eed4d3fe31f9a480ffdc2eeef34e0 /graphics/tkpiechart
parenta5127075ebe1a36786fb36634988defa5780d1eb (diff)
downloadpkgsrc-a8785be70ab7f0a23d456599fac3ae652b21a69f.tar.gz
Make sure that instapkg.tcl can be executed by adding the execute bits
for all as part of the post-patch stage.
Diffstat (limited to 'graphics/tkpiechart')
-rw-r--r--graphics/tkpiechart/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/graphics/tkpiechart/Makefile b/graphics/tkpiechart/Makefile
index 4abdbd147a4..036ec676be8 100644
--- a/graphics/tkpiechart/Makefile
+++ b/graphics/tkpiechart/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 1999/11/19 12:12:28 agc Exp $
+# $NetBSD: Makefile,v 1.3 2000/02/09 17:14:27 agc Exp $
DISTNAME= tkpiechart-5.3
CATEGORIES= graphics
@@ -19,6 +19,9 @@ pre-patch:
${SED} -e '/Id/s|\$$||g' ${WRKSRC}/$$f-prepatch > ${WRKSRC}/$$f; \
done
+post-patch:
+ ${CHMOD} a+x ${WRKSRC}/instapkg.tcl
+
do-install:
${MKDIR} ${PREFIX}/lib/tkpiechart
cd ${WRKSRC}; ./instapkg.tcl ${PREFIX}/lib/tkpiechart