diff options
author | asami <asami@FreeBSD.org> | 2000-04-15 05:20:49 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 2000-04-15 05:20:49 +0000 |
commit | dda49110eba14495b0dc8e0ab1ca4595fbd2b39b (patch) | |
tree | 0354818e5aef488fa5485f27511beb27b30d9b65 /www | |
parent | 34fbc3baa9b6f5f0e6d06288362d0c2325347377 (diff) | |
download | FreeBSD-ports-dda49110eba14495b0dc8e0ab1ca4595fbd2b39b.zip FreeBSD-ports-dda49110eba14495b0dc8e0ab1ca4595fbd2b39b.tar.gz |
Define PORTNAME/PORTVERSION with ?= instead of =, as these Makefiles
are included from their linux counterparts.
Diffstat (limited to 'www')
-rw-r--r-- | www/bsdi-netscape47-communicator/Makefile | 4 | ||||
-rw-r--r-- | www/bsdi-netscape47-navigator/Makefile | 4 | ||||
-rw-r--r-- | www/netscape47-communicator/Makefile | 4 | ||||
-rw-r--r-- | www/netscape47-navigator/Makefile | 4 |
4 files changed, 8 insertions, 8 deletions
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> |