diff options
author | pst <pst@FreeBSD.org> | 2000-08-08 08:10:04 +0800 |
---|---|---|
committer | pst <pst@FreeBSD.org> | 2000-08-08 08:10:04 +0800 |
commit | 6f00af1b6261abf3504028ef86153aac55aa7675 (patch) | |
tree | 7eabe9d441e19bdadee02875d2965a0b72487aa9 | |
parent | a186a19519f32d74d1ce59da9afa56063ea49798 (diff) | |
download | freebsd-ports-gnome-6f00af1b6261abf3504028ef86153aac55aa7675.tar.gz freebsd-ports-gnome-6f00af1b6261abf3504028ef86153aac55aa7675.tar.zst freebsd-ports-gnome-6f00af1b6261abf3504028ef86153aac55aa7675.zip |
Remove MASTER_SITES, no longer there. Remove myself as maintainer.
-rw-r--r-- | x11/tkgoodstuff/Makefile | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/x11/tkgoodstuff/Makefile b/x11/tkgoodstuff/Makefile index 4f9a5a9576cd..6f243676420b 100644 --- a/x11/tkgoodstuff/Makefile +++ b/x11/tkgoodstuff/Makefile @@ -8,10 +8,15 @@ PORTNAME= tkgoodstuff PORTVERSION= 8.0 CATEGORIES= x11 tk80 -MASTER_SITES= http://www-personal.umich.edu/~markcrim/tkgoodstuff/dists/ +# +# No longer published by original developer. This port still works, although +# there are other (better) applications that do similar things. For now, +# use the local FreeBSD.ORG port cache. +# +#MASTER_SITES= http://www-personal.umich.edu/~markcrim/tkgoodstuff/dists/ DISTNAME= ${PORTNAME}${PORTVERSION}-final -MAINTAINER= pst@FreeBSD.org +MAINTAINER= ports@freebsd.org RUN_DEPENDS= fvwm2:${PORTSDIR}/x11-wm/fvwm2 LIB_DEPENDS= tk80.1:${PORTSDIR}/x11-toolkits/tk80 |