summaryrefslogtreecommitdiff
path: root/x11/tkinfo
diff options
context:
space:
mode:
authorhubertf <hubertf>1997-10-27 01:29:18 +0000
committerhubertf <hubertf>1997-10-27 01:29:18 +0000
commit6b0c4cbd4b9e9fc1d163e0116b5cf6b532a5d1a5 (patch)
tree3a3623eb0dded310f77358bd5a1ca62fcde4efb7 /x11/tkinfo
parentd85c44f20b85f7e481d2a2054bfd67ccb59d8163 (diff)
downloadpkgsrc-6b0c4cbd4b9e9fc1d163e0116b5cf6b532a5d1a5.tar.gz
tk41 -> tk80
Diffstat (limited to 'x11/tkinfo')
-rw-r--r--x11/tkinfo/Makefile10
1 files changed, 7 insertions, 3 deletions
diff --git a/x11/tkinfo/Makefile b/x11/tkinfo/Makefile
index 62b8d7eeb99..689550842db 100644
--- a/x11/tkinfo/Makefile
+++ b/x11/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>