diff options
author | hubertf <hubertf> | 1997-10-27 01:29:18 +0000 |
---|---|---|
committer | hubertf <hubertf> | 1997-10-27 01:29:18 +0000 |
commit | 6b0c4cbd4b9e9fc1d163e0116b5cf6b532a5d1a5 (patch) | |
tree | 3a3623eb0dded310f77358bd5a1ca62fcde4efb7 /misc | |
parent | d85c44f20b85f7e481d2a2054bfd67ccb59d8163 (diff) | |
download | pkgsrc-6b0c4cbd4b9e9fc1d163e0116b5cf6b532a5d1a5.tar.gz |
tk41 -> tk80
Diffstat (limited to 'misc')
-rw-r--r-- | misc/tkcron/Makefile | 6 | ||||
-rw-r--r-- | misc/tkinfo/Makefile | 10 |
2 files changed, 10 insertions, 6 deletions
diff --git a/misc/tkcron/Makefile b/misc/tkcron/Makefile index f4b2d23dccb..18a10cc075d 100644 --- a/misc/tkcron/Makefile +++ b/misc/tkcron/Makefile @@ -3,18 +3,18 @@ # Date created: 30 July 1996 # Whom: Sander Vesik <sander@haldjas.folklore.ee> # -# $Id: Makefile,v 1.1.1.1 1997/10/11 21:55:02 hubertf Exp $ +# $Id: Makefile,v 1.2 1997/10/27 01:29:18 hubertf Exp $ # DISTNAME= tkcron-2.12 DISTFILES= tkcron-2.12.tcl.gz -CATEGORIES= misc tk41 +CATEGORIES= misc tk80 MASTER_SITES= ftp://ftp.neosoft.com/languages/tcl/alcatel/code/ EXTRACT_SUFX= .tcl.gz MAINTAINER= sander@haldjas.folklore.ee -RUN_DEPENDS= wish4\.1:${PORTSDIR}/x11/tk41 +RUN_DEPENDS= wish8\.0:${PORTSDIR}/x11/tk80 EXTRACT_CMD= ${GZIP_CMD} EXTRACT_BEFORE_ARGS= -cd diff --git a/misc/tkinfo/Makefile b/misc/tkinfo/Makefile index 62b8d7eeb99..689550842db 100644 --- a/misc/tkinfo/Makefile +++ b/misc/tkinfo/Makefile @@ -3,20 +3,24 @@ # Date created: 16 Jan 1995 # Whom: thomas@ghpc8.ihf.rwth-aachen.de # -# $Id: Makefile,v 1.1.1.1 1997/10/11 21:55:03 hubertf Exp $ +# $Id: Makefile,v 1.2 1997/10/27 01:30:27 hubertf Exp $ # DISTNAME= tkinfo-1.5 -CATEGORIES= misc tk41 +CATEGORIES= misc tk80 MASTER_SITES= http://www.math.ucsb.edu/~boldt/tkinfo/ \ http://math-www.uni-paderborn.de/~axel/tkinfo/ MAINTAINER= tg@freebsd.org -RUN_DEPENDS= wish4.1:${PORTSDIR}/x11/tk41 +RUN_DEPENDS= wish8.0:${PORTSDIR}/x11/tk80 NO_BUILD= yes do-install: @${INSTALL_SCRIPT} ${WRKSRC}/tkinfo ${PREFIX}/bin +post-patch: + ( cd ${WRKSRC} ; ${SED} 's|@PREFIX@|'${PREFIX}'|g' \ + <tkinfo >tkinfo.BAK ; mv tkinfo.BAK tkinfo ) + .include <bsd.port.mk> |