diff options
author | glarkin <glarkin@FreeBSD.org> | 2011-05-03 22:24:04 +0800 |
---|---|---|
committer | glarkin <glarkin@FreeBSD.org> | 2011-05-03 22:24:04 +0800 |
commit | 98ab28da180ebc6ff6f41abc8180e4f4a440089f (patch) | |
tree | e0a211f5b351c01757ca2f2c0cd6b0f4c9bcf1a8 /www/codeigniter17 | |
parent | fd1baadce64debaa03ae0b8defbc6158354f56df (diff) | |
download | freebsd-ports-gnome-98ab28da180ebc6ff6f41abc8180e4f4a440089f.tar.gz freebsd-ports-gnome-98ab28da180ebc6ff6f41abc8180e4f4a440089f.tar.zst freebsd-ports-gnome-98ab28da180ebc6ff6f41abc8180e4f4a440089f.zip |
- Added MOVED entry for www/codeigniter -> www/codeigniter17
- Added LATEST_LINK and CONFLICTS to codeigniter17/Makefile
- Removed www/codeigniter from build and hooked in www/codeigniter17
Diffstat (limited to 'www/codeigniter17')
-rw-r--r-- | www/codeigniter17/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/www/codeigniter17/Makefile b/www/codeigniter17/Makefile index 5cb3ddcedc8d..060026fc8e28 100644 --- a/www/codeigniter17/Makefile +++ b/www/codeigniter17/Makefile @@ -17,6 +17,9 @@ COMMENT= A framework for developing PHP web applications USE_ZIP= yes +LATEST_LINK= codeigniter17 +CONFLICTS= codeigniter-2.[0-9]* + NO_BUILD= yes USE_PHP= session pcre WANT_PHP_WEB= yes |