svn commit: r316732 - head/www/firefox-remote
Stefan Walter
stefan at FreeBSD.org
Sun Apr 28 16:13:11 UTC 2013
Author: stefan
Date: Sun Apr 28 16:13:10 2013
New Revision: 316732
URL: http://svnweb.freebsd.org/changeset/ports/316732
Log:
To avoid firefox-remote overwriting options for firefox, set PORTNAME to
"firefox-remote" and get rid of PKGNAMESUFFIX.
PR: 168935
Submitted by: Kevin Oberman <rkoberman at gmail.com>
Approved by: maintainer reset >5 months ago
Modified:
head/www/firefox-remote/Makefile
Modified: head/www/firefox-remote/Makefile
==============================================================================
--- head/www/firefox-remote/Makefile Sun Apr 28 16:00:13 2013 (r316731)
+++ head/www/firefox-remote/Makefile Sun Apr 28 16:13:10 2013 (r316732)
@@ -1,13 +1,11 @@
# Created by: Franz Klammer <klammer at webonaut.com>
# $FreeBSD$
-PORTNAME= firefox
+PORTNAME= firefox-remote
PORTVERSION= 20040803
PORTREVISION= 3
CATEGORIES= www
-MASTER_SITES= http://www.webonaut.com/distfiles/${PORTNAME}${PKGNAMESUFFIX}/
-PKGNAMESUFFIX= -remote
-DISTNAME= ${PORTNAME}${PKGNAMESUFFIX}-${PORTVERSION}
+MASTER_SITES= http://www.webonaut.com/distfiles/${PORTNAME}/
MAINTAINER= ports at FreeBSD.org
COMMENT= Wrapper scripts for firefox web browser
@@ -15,8 +13,8 @@ COMMENT= Wrapper scripts for firefox web
USE_BZIP2= yes
UTF8_HACK= no
-FIREFOX_REMOTE= ${PORTNAME}${PKGNAMESUFFIX}
-THUNDERBIRD_REMOTE= thunderbird${PKGNAMESUFFIX}
+FIREFOX_REMOTE= firefox-remote
+THUNDERBIRD_REMOTE= thunderbird-remote
OPTIONS_DEFINE= UTF8_LOCALE MENU_FIREFOX MENU_THUNDERBIRD
UTF8_LOCALE_DESC= Use UTF8 locale (read Makefile for details)
More information about the svn-ports-all
mailing list