aboutsummaryrefslogtreecommitdiff
path: root/www/netscape47-navigator
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>2000-01-17 12:40:00 +0000
committerSatoshi Asami <asami@FreeBSD.org>2000-01-17 12:40:00 +0000
commit23c0de20b065b4680065b8801fa4dbad19abd9ca (patch)
tree980e667588739e64d32ee796e35e3a4caea2000c /www/netscape47-navigator
parent19b929d5e31f6f44304094cb836ef24292d4fe4e (diff)
downloadports-23c0de20b065b4680065b8801fa4dbad19abd9ca.tar.gz
ports-23c0de20b065b4680065b8801fa4dbad19abd9ca.zip
Do not include bsd.port.pre.mk twice (once in the slave and once in the
master). This is done by defining a variable "PRE_MK_INCLUDED" in the slave before including ${MASTERDIR}/Makefile, and have the master check it before including any necessary macro files.
Notes
Notes: svn path=/head/; revision=24794
Diffstat (limited to 'www/netscape47-navigator')
-rw-r--r--www/netscape47-navigator/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/www/netscape47-navigator/Makefile b/www/netscape47-navigator/Makefile
index 82cdb7640a67..2a82cc487df5 100644
--- a/www/netscape47-navigator/Makefile
+++ b/www/netscape47-navigator/Makefile
@@ -21,4 +21,5 @@ ONLY_FOR_ARCHS= i386 alpha
BROWSER= navigator
INFILE_HEAD= 'Navigator,4.7.0.19990915'
+PRE_MK_INCLUDED= yes
.include "${.CURDIR}/../netscape47-communicator/Makefile"