summaryrefslogtreecommitdiff
path: root/graphics/tkpiechart/Makefile
diff options
context:
space:
mode:
authoragc <agc>2000-02-09 17:14:27 +0000
committeragc <agc>2000-02-09 17:14:27 +0000
commita9e52a33cd131fbaee4673f6d39c1366d7b8516f (patch)
treed73aef22933eed4d3fe31f9a480ffdc2eeef34e0 /graphics/tkpiechart/Makefile
parente7a1fa277b9bce5b07868dd1925ff9a9b4d87981 (diff)
downloadpkgsrc-a9e52a33cd131fbaee4673f6d39c1366d7b8516f.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/Makefile')
-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