diff options
author | Beech Rintoul <beech@FreeBSD.org> | 2008-01-03 00:23:05 +0000 |
---|---|---|
committer | Beech Rintoul <beech@FreeBSD.org> | 2008-01-03 00:23:05 +0000 |
commit | eff6eb522c6883da05b7bbf9c7638bdb8802ed89 (patch) | |
tree | 7aa46034e50029ef711afaf5c7217322d46beeff /www/phpbb3 | |
parent | df1872ac042b4bf79c65c9714934fdbe56733454 (diff) |
Notes
Diffstat (limited to 'www/phpbb3')
-rw-r--r-- | www/phpbb3/Makefile | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/www/phpbb3/Makefile b/www/phpbb3/Makefile index b9b4f48022c9..dcc44ccbb00f 100644 --- a/www/phpbb3/Makefile +++ b/www/phpbb3/Makefile @@ -1,5 +1,5 @@ -# New ports collection makefile for: phpbb-devel -# Date created: 1 Jun 2007 +# New ports collection makefile for: phpbb3 +# Date created: 20 Dec 2007 # Whom: Zhen REN <bg1tpt@gmail.com> # # $FreeBSD$ @@ -7,16 +7,14 @@ PORTNAME= phpbb PORTVERSION= 3.0.0 -PORTEPOCH= 1 CATEGORIES= www MASTER_SITES= SF -PKGNAMESUFFIX= -devel DISTNAME= phpBB-${PORTVERSION} MAINTAINER= bg1tpt@gmail.com COMMENT= A PHP-based bulletin board / discussion forum system -CONFLICTS= phpbb-tw-[0-9]* phpbb-[0-9]* phpbb3-[0-9] +CONFLICTS= phpbb-tw-[0-9]* phpbb-devel-[0-9]* USE_BZIP2= yes @@ -28,6 +26,7 @@ PHPBBURL?= phpBB3 # # End of user-configurable variables. +LATEST_LINK?= phpbb3 WRKSRC= ${WRKDIR}/phpBB3 NO_BUILD= yes SUB_FILES= pkg-message |