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