Index: bsd.mozilla.mk =================================================================== RCS file: /space/cvs/marcuscom-cvs/ports/Mk/bsd.mozilla.mk,v retrieving revision 1.19 diff -u -r1.19 bsd.mozilla.mk --- bsd.mozilla.mk 24 Nov 2005 06:56:21 -0000 1.19 +++ bsd.mozilla.mk 25 Nov 2005 23:59:59 -0000 @@ -6,7 +6,7 @@ # # 4 column tabs prevent hair loss and tooth decay! -.if !defined(_POSTMKINCLUDED) && !defined(Mozilla_Pre_Include) +.if defined(_POSTMKINCLUDED) && !defined(Mozilla_Pre_Include) # Please make sure all changes to this file are passed through the maintainer. # Do not commit them yourself (unless of course you're the Port's Wraith ;). @@ -94,12 +94,6 @@ . endif .endif -.endif # end Mozilla_Pre_Include - -.if defined(_POSTMKINCLUDED) && !defined(Mozilla_Post_Include) - -Mozilla_Post_Include= bsd.mozilla.mk - .if defined(GECKO) && ${_GECKO_ALL:M${GECKO}}!="" BUILD_DEPENDS+= ${${GECKO}_PLIST}:${${GECKO}_DEPENDS} RUN_DEPENDS+= ${${GECKO}_PLIST}:${${GECKO}_DEPENDS}