From dda49110eba14495b0dc8e0ab1ca4595fbd2b39b Mon Sep 17 00:00:00 2001 From: asami <asami@FreeBSD.org> Date: Sat, 15 Apr 2000 05:20:49 +0000 Subject: Define PORTNAME/PORTVERSION with ?= instead of =, as these Makefiles are included from their linux counterparts. --- www/bsdi-netscape47-communicator/Makefile | 4 ++-- www/bsdi-netscape47-navigator/Makefile | 4 ++-- www/netscape47-communicator/Makefile | 4 ++-- www/netscape47-navigator/Makefile | 4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) (limited to 'www') diff --git a/www/bsdi-netscape47-communicator/Makefile b/www/bsdi-netscape47-communicator/Makefile index 361526d..5ca79af 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 f0c2df7..72c9d38 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 361526d..5ca79af 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 f0c2df7..72c9d38 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> -- cgit v1.1