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-communicator/Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'www/netscape47-communicator/Makefile') diff --git a/www/netscape47-communicator/Makefile b/www/netscape47-communicator/Makefile index a42901864cb5..ecbadab9ba4f 100644 --- a/www/netscape47-communicator/Makefile +++ b/www/netscape47-communicator/Makefile @@ -6,7 +6,9 @@ # $FreeBSD$ # +.if !defined(PRE_MK_INCLUDED) .include +.endif .if ${ARCH} == "i386" MASTER_SITES?= ftp://ftp.netscape.com./pub/communicator/english/4.7/unix/unsupported/freebsd/complete_install/ @@ -30,4 +32,5 @@ BROWSER_VER= 4.7 INFILE_HEAD?= 'Communicator,4.7.0.19990915' NO_AUTOADMIN= yes +PRE_MK_INCLUDED= yes .include "${MASTERDIR}/Makefile" -- cgit v1.2.3