diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2013-11-26 02:31:39 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2013-11-26 02:31:39 +0800 |
commit | fd0f7f536b1aaee0c1331871dea87021ba54a44b (patch) | |
tree | a515c84c45e870d83a985bd62f9cf0b0239b5c7d /www | |
parent | 13979863f1c87599d7d7a778c7d841cf575f882e (diff) | |
download | freebsd-ports-gnome-fd0f7f536b1aaee0c1331871dea87021ba54a44b.tar.gz freebsd-ports-gnome-fd0f7f536b1aaee0c1331871dea87021ba54a44b.tar.zst freebsd-ports-gnome-fd0f7f536b1aaee0c1331871dea87021ba54a44b.zip |
- Fix PKGNAME collision:
- Add PKGNAMESUFFIX
- Remove LATEST_LINK
- While I'm here, remove leading indefinite article from COMMENT
PR: ports/184251
Submitted by: Christoph Theis <theis@gmx.at> (maintainer)
Diffstat (limited to 'www')
-rw-r--r-- | www/cakephp21/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/www/cakephp21/Makefile b/www/cakephp21/Makefile index b1a537d82035..498e5102cdb4 100644 --- a/www/cakephp21/Makefile +++ b/www/cakephp21/Makefile @@ -5,15 +5,14 @@ PORTNAME= cakephp PORTVERSION= 2.1.3 CATEGORIES= www MASTER_SITES= https://github.com/${PORTNAME}/${PORTNAME}/tarball/${PORTVERSION}/ +PKGNAMESUFFIX= 21 DISTNAME= ${PORTNAME}-${PORTNAME}-${PORTVERSION}-${GITVERSION} MAINTAINER= theis@gmx.at -COMMENT= A framework for developing PHP web applications +COMMENT= Framework for developing PHP web applications LICENSE= MIT -LATEST_LINK= cakephp21 - GITVERSION= 0-gc26df70 FETCH_ARGS= -pRr WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTNAME}-4b81775 |