diff options
author | flo <flo@FreeBSD.org> | 2013-07-24 22:54:29 +0800 |
---|---|---|
committer | flo <flo@FreeBSD.org> | 2013-07-24 22:54:29 +0800 |
commit | 097b542840407fe91819fa0e47fb7e0b5282185a (patch) | |
tree | 05ac7c07acd5820f8f3460214edb806fd961ac3d | |
parent | 49f369b79fa377c27832c0290aa0c4b4e8db124e (diff) | |
download | freebsd-ports-gnome-097b542840407fe91819fa0e47fb7e0b5282185a.tar.gz freebsd-ports-gnome-097b542840407fe91819fa0e47fb7e0b5282185a.tar.zst freebsd-ports-gnome-097b542840407fe91819fa0e47fb7e0b5282185a.zip |
Add a PKGNAMESUFFIX. This should prevent pkg from trying to install 2
firefox versions when running "pkg install firefox".
-rw-r--r-- | www/firefox-esr/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/www/firefox-esr/Makefile b/www/firefox-esr/Makefile index 3efd0b615cbf..d2cc41a103fa 100644 --- a/www/firefox-esr/Makefile +++ b/www/firefox-esr/Makefile @@ -3,10 +3,12 @@ PORTNAME= firefox DISTVERSION= 17.0.7 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= www ipv6 MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}esr/source DISTNAME= ${PORTNAME}-${DISTVERSION}esr.source +PKGNAMESUFFIX= -esr MAINTAINER= gecko@FreeBSD.org COMMENT= Web browser based on the browser portion of Mozilla |