diff options
author | clement <clement@FreeBSD.org> | 2005-12-03 22:06:44 +0000 |
---|---|---|
committer | clement <clement@FreeBSD.org> | 2005-12-03 22:06:44 +0000 |
commit | 66d17c6aa5cbde04d5897c643a9642d31123b8ec (patch) | |
tree | 12302c24114b1f43ea486cbcce5602e5c5f0df3b /www/autoindex2 | |
parent | b07b26701cf5c664f2e71036de01bc1e87e20b39 (diff) | |
download | FreeBSD-ports-66d17c6aa5cbde04d5897c643a9642d31123b8ec.zip FreeBSD-ports-66d17c6aa5cbde04d5897c643a9642d31123b8ec.tar.gz |
- Fix LATEST_LINK
Submitted by: maintainer
Diffstat (limited to 'www/autoindex2')
-rw-r--r-- | www/autoindex2/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/www/autoindex2/Makefile b/www/autoindex2/Makefile index f9633b1..3ded95f 100644 --- a/www/autoindex2/Makefile +++ b/www/autoindex2/Makefile @@ -20,6 +20,7 @@ USE_PHP= yes DEFAULT_PHP_VER= 5 BROKEN_WITH_PHP= 4 CONFLICTS= AutoIndex-1* +LATEST_LINK= AutoIndex2 NO_BUILD= yes PLIST_SUB+= INSTALLDIR=${INSTALLDIR} |