summaryrefslogtreecommitdiff
path: root/graphics/tkpiechart/Makefile
diff options
context:
space:
mode:
authorjwise <jwise@pkgsrc.org>2000-08-30 21:04:51 +0000
committerjwise <jwise@pkgsrc.org>2000-08-30 21:04:51 +0000
commit959cc0769450c77a8ea675ca64572dcc487dc693 (patch)
tree9226c95a5ad707f348b458473924884b149aaed1 /graphics/tkpiechart/Makefile
parent214378c1e8386e4f685397997f7b7a5ec6819e50 (diff)
downloadpkgsrc-959cc0769450c77a8ea675ca64572dcc487dc693.tar.gz
Update tkpiechart to 5.4, and adapt to tk-8.3.2 and stooop-4.1.1
Diffstat (limited to 'graphics/tkpiechart/Makefile')
-rw-r--r--graphics/tkpiechart/Makefile14
1 files changed, 7 insertions, 7 deletions
diff --git a/graphics/tkpiechart/Makefile b/graphics/tkpiechart/Makefile
index f15a054a6c7..cd175d8f64a 100644
--- a/graphics/tkpiechart/Makefile
+++ b/graphics/tkpiechart/Makefile
@@ -1,13 +1,13 @@
-# $NetBSD: Makefile,v 1.4 2000/08/30 08:23:15 tron Exp $
+# $NetBSD: Makefile,v 1.5 2000/08/30 21:04:51 jwise Exp $
-DISTNAME= tkpiechart-5.3
+DISTNAME= tkpiechart-5.4
CATEGORIES= graphics
-MASTER_SITES= http://www.multimania.com/jfontain/
+MASTER_SITES= http://jfontain.free.fr/
MAINTAINER= packages@netbsd.org
-HOMEPAGE= http://www.mygale.org/~jfontain/
+HOMEPAGE= http://jfontain.free.fr/
-DEPENDS+= tk-8.0.5:../../x11/tk80
+DEPENDS+= tk-8.3.2:../../x11/tk
DEPENDS+= stooop>=3.7:../../devel/stooop
NO_CONFIGURE= yes
@@ -23,7 +23,7 @@ post-patch:
${CHMOD} a+x ${WRKSRC}/instapkg.tcl
do-install:
- ${MKDIR} ${PREFIX}/lib/tkpiechart
- cd ${WRKSRC}; ./instapkg.tcl ${PREFIX}/lib/tkpiechart
+ ${MKDIR} ${PREFIX}/lib/tcl/tkpiechart
+ cd ${WRKSRC}; ./instapkg.tcl ${PREFIX}/lib/tcl/tkpiechart
.include "../../mk/bsd.pkg.mk"