summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
Diffstat (limited to 'www')
-rw-r--r--www/bsdi-netscape47-communicator/Makefile4
-rw-r--r--www/bsdi-netscape47-navigator/Makefile4
-rw-r--r--www/netscape47-communicator/Makefile4
-rw-r--r--www/netscape47-navigator/Makefile4
4 files changed, 8 insertions, 8 deletions
diff --git a/www/bsdi-netscape47-communicator/Makefile b/www/bsdi-netscape47-communicator/Makefile
index 361526dc5b3a..5ca79af7259b 100644
--- a/www/bsdi-netscape47-communicator/Makefile
+++ b/www/bsdi-netscape47-communicator/Makefile
@@ -5,8 +5,8 @@
# $FreeBSD$
#
-PORTNAME= netscape-${BROWSER_ARC}
-PORTVERSION= ${BROWSER_VER}
+PORTNAME?= netscape-${BROWSER_ARC}
+PORTVERSION?= ${BROWSER_VER}
.if !defined(PRE_MK_INCLUDED)
.include <bsd.port.pre.mk>
diff --git a/www/bsdi-netscape47-navigator/Makefile b/www/bsdi-netscape47-navigator/Makefile
index f0c2df7fb014..72c9d38896f4 100644
--- a/www/bsdi-netscape47-navigator/Makefile
+++ b/www/bsdi-netscape47-navigator/Makefile
@@ -5,8 +5,8 @@
# $FreeBSD$
#
-PORTNAME= netscape-${BROWSER_ARC}
-PORTVERSION= ${BROWSER_VER}
+PORTNAME?= netscape-${BROWSER_ARC}
+PORTVERSION?= ${BROWSER_VER}
.include <bsd.port.pre.mk>
diff --git a/www/netscape47-communicator/Makefile b/www/netscape47-communicator/Makefile
index 361526dc5b3a..5ca79af7259b 100644
--- a/www/netscape47-communicator/Makefile
+++ b/www/netscape47-communicator/Makefile
@@ -5,8 +5,8 @@
# $FreeBSD$
#
-PORTNAME= netscape-${BROWSER_ARC}
-PORTVERSION= ${BROWSER_VER}
+PORTNAME?= netscape-${BROWSER_ARC}
+PORTVERSION?= ${BROWSER_VER}
.if !defined(PRE_MK_INCLUDED)
.include <bsd.port.pre.mk>
diff --git a/www/netscape47-navigator/Makefile b/www/netscape47-navigator/Makefile
index f0c2df7fb014..72c9d38896f4 100644
--- a/www/netscape47-navigator/Makefile
+++ b/www/netscape47-navigator/Makefile
@@ -5,8 +5,8 @@
# $FreeBSD$
#
-PORTNAME= netscape-${BROWSER_ARC}
-PORTVERSION= ${BROWSER_VER}
+PORTNAME?= netscape-${BROWSER_ARC}
+PORTVERSION?= ${BROWSER_VER}
.include <bsd.port.pre.mk>