From d0cd44f17f0be197eeb285a4d3c6df6cece0a620 Mon Sep 17 00:00:00 2001 From: Satoshi Asami 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/netscape47-communicator/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'www/netscape47-communicator/Makefile') 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 -- cgit v1.2.3