From fd0f7f536b1aaee0c1331871dea87021ba54a44b Mon Sep 17 00:00:00 2001 From: sunpoet Date: Mon, 25 Nov 2013 18:31:39 +0000 Subject: - 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 (maintainer) --- www/cakephp21/Makefile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'www') 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 -- cgit