diff options
author | Kevin Lo <kevlo@FreeBSD.org> | 2000-07-10 15:05:21 +0000 |
---|---|---|
committer | Kevin Lo <kevlo@FreeBSD.org> | 2000-07-10 15:05:21 +0000 |
commit | 980c3e1b5c58a200fffbd45af8ffa4b007bb5184 (patch) | |
tree | 99ac4bccb004a859cb293022ae7dac590a53905f /textproc/tkdiff/Makefile | |
parent | Update to 0.9.0 (diff) |
Update to version 3.05 and the MASTER_SITES.
Diffstat (limited to 'textproc/tkdiff/Makefile')
-rw-r--r-- | textproc/tkdiff/Makefile | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/textproc/tkdiff/Makefile b/textproc/tkdiff/Makefile index c0374a0f109d..0f7cf83525f7 100644 --- a/textproc/tkdiff/Makefile +++ b/textproc/tkdiff/Makefile @@ -6,18 +6,19 @@ # PORTNAME= tkdiff -PORTVERSION= 3.04 -CATEGORIES= textproc tk82 -MASTER_SITES= ${MASTER_SITE_LOCAL} -MASTER_SITE_SUBDIR= kevlo +PORTVERSION= 3.05 +CATEGORIES= textproc tk83 +MASTER_SITES= http://people.freebsd.org/~kevlo/ MAINTAINER= kevlo@FreeBSD.org -RUN_DEPENDS= wish8.2:${PORTSDIR}/x11-toolkits/tk82 +RUN_DEPENDS= wish8.3:${PORTSDIR}/x11-toolkits/tk83 NO_BUILD= yes +NO_WRKSUBDIR= yes + do-install: - ${INSTALL_SCRIPT} ${WRKSRC}/tkdiff ${PREFIX}/bin + ${INSTALL_SCRIPT} ${WRKSRC}/tkdiff-3.05.tcl.txt ${PREFIX}/bin/tkdiff .include <bsd.port.mk> |