diff options
author | bapt <bapt@FreeBSD.org> | 2012-09-21 14:52:44 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2012-09-21 14:52:44 +0800 |
commit | 9d9f88b824afcda7cdfb0c52e98ed4add762f1de (patch) | |
tree | 0db3a678dfc98dd87b8c8cb611d640c60e31050a /devel/looks | |
parent | 44015cfa268f48192961f090f2bb7bc682a19c1c (diff) | |
download | freebsd-ports-gnome-9d9f88b824afcda7cdfb0c52e98ed4add762f1de.tar.gz freebsd-ports-gnome-9d9f88b824afcda7cdfb0c52e98ed4add762f1de.tar.zst freebsd-ports-gnome-9d9f88b824afcda7cdfb0c52e98ed4add762f1de.zip |
Deprecated a bunch a ports with no more public distfiles (thanks ehaupt's
distilator
Diffstat (limited to 'devel/looks')
-rw-r--r-- | devel/looks/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/devel/looks/Makefile b/devel/looks/Makefile index 3cbd5734b19b..ef6c27bb3fa5 100644 --- a/devel/looks/Makefile +++ b/devel/looks/Makefile @@ -15,6 +15,9 @@ DISTNAME= ${PORTNAME}-${PORTVERSION:S|.|_|g} MAINTAINER= ports@FreeBSD.org COMMENT= The JGoodies Looks improve the appearance of your Java applications +DEPRECATED= No more public distfiles +EXPIRATION_DATE= 2012-10-20 + USE_ZIP= yes USE_JAVA= yes JAVA_VERSION= 1.5+ |