diff options
author | agc <agc@pkgsrc.org> | 2000-02-09 17:14:27 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 2000-02-09 17:14:27 +0000 |
commit | a8785be70ab7f0a23d456599fac3ae652b21a69f (patch) | |
tree | d73aef22933eed4d3fe31f9a480ffdc2eeef34e0 /graphics | |
parent | a5127075ebe1a36786fb36634988defa5780d1eb (diff) | |
download | pkgsrc-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')
-rw-r--r-- | graphics/tkpiechart/Makefile | 5 |
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 |