diff options
author | beech <beech@FreeBSD.org> | 2008-01-03 08:23:05 +0800 |
---|---|---|
committer | beech <beech@FreeBSD.org> | 2008-01-03 08:23:05 +0800 |
commit | 80a44a64f1b955eb2fe72250ce000818fb9befe4 (patch) | |
tree | 913c91ac1ae1030ea5c88c7e1e18a1d55fbc6c48 /www/phpbb3 | |
parent | 8cdaad36cf104243f7a6b47adb079dfc3dc27b40 (diff) | |
download | freebsd-ports-gnome-80a44a64f1b955eb2fe72250ce000818fb9befe4.tar.gz freebsd-ports-gnome-80a44a64f1b955eb2fe72250ce000818fb9befe4.tar.zst freebsd-ports-gnome-80a44a64f1b955eb2fe72250ce000818fb9befe4.zip |
- New port phpbb3-3.0.0
- Update after repocopy from phpbb-devel
PR: ports/118934
Submitted by: Zhen REN <bg1tpt@gmail.com> (maintainer)
Approved by: linimon (mentor)
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 |