From 23c0de20b065b4680065b8801fa4dbad19abd9ca Mon Sep 17 00:00:00 2001 From: Satoshi Asami Date: Mon, 17 Jan 2000 12:40:00 +0000 Subject: 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. --- www/netscape47-navigator/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'www/netscape47-navigator/Makefile') 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" -- cgit v1.2.3