diff options
author | wg <wg@FreeBSD.org> | 2013-09-16 20:58:02 +0800 |
---|---|---|
committer | wg <wg@FreeBSD.org> | 2013-09-16 20:58:02 +0800 |
commit | b670fe609b3f11ef69986d6fbc8e152f9230a0e7 (patch) | |
tree | 09804b2e52dc61b149e53c89778aca617754389d | |
parent | b8356c5c7d2e3c7a9ce32cbff82c145e03440785 (diff) | |
download | freebsd-ports-gnome-b670fe609b3f11ef69986d6fbc8e152f9230a0e7.tar.gz freebsd-ports-gnome-b670fe609b3f11ef69986d6fbc8e152f9230a0e7.tar.zst freebsd-ports-gnome-b670fe609b3f11ef69986d6fbc8e152f9230a0e7.zip |
www/zend-framework1: add PKGNAMESUFFIX
- Use PKGNAMESUFFIX to allow pkg install to now propose every version but only
the default
- Remove now useless LATEST_LINK
Reported by: bapt
-rw-r--r-- | www/zend-framework1/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/www/zend-framework1/Makefile b/www/zend-framework1/Makefile index 75f4719e4756..80294625a962 100644 --- a/www/zend-framework1/Makefile +++ b/www/zend-framework1/Makefile @@ -6,6 +6,7 @@ PORTVERSION= 1.12.0 PORTREVISION= 1 CATEGORIES= www MASTER_SITES= http://packages.zendframework.com/releases/${DISTNAME}/ +PKGNAMESUFFIX= 1 MAINTAINER= wg@FreeBSD.org COMMENT= Framework for developing PHP web applications @@ -17,8 +18,6 @@ USE_PHP= spl WANT_PHP_WEB= yes USES= gettext -LATEST_LINK= ${PORTNAME}1 - CONFLICTS= ZendFramework-2.* SUB_FILES= pkg-message |