summaryrefslogtreecommitdiff
path: root/www/netscape47-communicator
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>2000-04-15 05:20:49 +0000
committerSatoshi Asami <asami@FreeBSD.org>2000-04-15 05:20:49 +0000
commitd0cd44f17f0be197eeb285a4d3c6df6cece0a620 (patch)
treef0a40e8ff04983c2f1bff63f6bbbb7fd2e5e1033 /www/netscape47-communicator
parentRevert package names. (diff)
Define PORTNAME/PORTVERSION with ?= instead of =, as these Makefiles
are included from their linux counterparts.
Notes
Notes: svn path=/head/; revision=27581
Diffstat (limited to 'www/netscape47-communicator')
-rw-r--r--www/netscape47-communicator/Makefile4
1 files changed, 2 insertions, 2 deletions
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>