diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2007-07-22 00:59:43 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2007-07-22 00:59:43 +0000 |
commit | 237e002096dcd6f906cad14934beb140eef6f94e (patch) | |
tree | 80d1d0f6e3d581b1deae0d9320a18712fc2f7ab9 /lang | |
parent | 5dbd371032f75770f055c3c33b489ae8837cb051 (diff) |
Notes
Diffstat (limited to 'lang')
-rw-r--r-- | lang/fesi/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lang/fesi/Makefile b/lang/fesi/Makefile index 54ba9fb64682..b7d31bf85d89 100644 --- a/lang/fesi/Makefile +++ b/lang/fesi/Makefile @@ -23,6 +23,9 @@ USE_ZIP= yes JDK_VERSION= 1.1.8 WRKSRC= ${WRKDIR}/${PORTNAME} +DEPRECATED= Depends on obsolete version of jdk +EXPIRATION_DATE=2007-08-22 + post-extract: @(cd ${WRKSRC} && ${FIND} * -type d -exec ${CHMOD} 755 {} \;) |