diff options
author | Chin-San Huang <chinsan@FreeBSD.org> | 2008-08-08 14:17:31 +0000 |
---|---|---|
committer | Chin-San Huang <chinsan@FreeBSD.org> | 2008-08-08 14:17:31 +0000 |
commit | 24fd51fda5d0056c24cbb8210bb12afe4541a72e (patch) | |
tree | de677781449598d01d6854046be0e803b5f59bc4 /chinese/phpbb-tw/Makefile | |
parent | 6e61f7898f842102ab1b9405a2db80aae6194746 (diff) |
Notes
Diffstat (limited to 'chinese/phpbb-tw/Makefile')
-rw-r--r-- | chinese/phpbb-tw/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/chinese/phpbb-tw/Makefile b/chinese/phpbb-tw/Makefile index 5feb88a81068..9a3dcfe49938 100644 --- a/chinese/phpbb-tw/Makefile +++ b/chinese/phpbb-tw/Makefile @@ -6,9 +6,10 @@ # PORTNAME= phpbb -PORTVERSION= 2.0.21 +PORTVERSION= 2.0.23 CATEGORIES= chinese www -MASTER_SITES= LOCAL/chinsan +MASTER_SITES= LOCAL/chinsan/php/ \ + http://freebsd.ee.ccu.edu.tw/ PKGNAMESUFFIX= -tw DISTNAME= phpBB-tw-${PORTVERSION} @@ -30,7 +31,7 @@ HOSTNAME!= /usr/sbin/sysctl -n kern.hostname # The phpBB2 port supports a number of variables that may be tweaked at build # time. Perform a "make options" to see more information on these variables. # -WWWDOCROOT?= www/data +WWWDOCROOT?= www PHPBB_URL?= phpBB2 # # End of user-configurable variables. |