diff options
author | asami <asami@FreeBSD.org> | 2000-01-17 12:40:00 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 2000-01-17 12:40:00 +0000 |
commit | 75c64e99ffd36918dd8231d3452759ad3770a9ed (patch) | |
tree | 7e0de0c1a08b171fa2b0110375e67ad8625628f8 /www/bsdi-netscape47-navigator | |
parent | 48e2dab45cf2b8c920be21bbabfddf4bf0a33ebc (diff) | |
download | FreeBSD-ports-75c64e99ffd36918dd8231d3452759ad3770a9ed.zip FreeBSD-ports-75c64e99ffd36918dd8231d3452759ad3770a9ed.tar.gz |
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.
Diffstat (limited to 'www/bsdi-netscape47-navigator')
-rw-r--r-- | www/bsdi-netscape47-navigator/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/www/bsdi-netscape47-navigator/Makefile b/www/bsdi-netscape47-navigator/Makefile index 82cdb76..2a82cc4 100644 --- a/www/bsdi-netscape47-navigator/Makefile +++ b/www/bsdi-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" |