* Add another check to make sure bsd.gnome.mk isn't included more than needed

* Remove all trailing whitespace
This commit is contained in:
Joe Marcus Clarke 2004-02-03 21:26:54 +00:00
parent 15eb81b3be
commit a41faa82bd
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=99907

View file

@ -6,11 +6,12 @@
#
# Please view me with 4 column tabs!
.if !defined(_POSTMKINCLUDED)
.if !defined(_POSTMKINCLUDED) && !defined(Gnome_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 ;).
Gnome_Include_MAINTAINER= gnome@FreeBSD.org
Gnome_Pre_Include= bsd.gnome.mk
# This section defines possible names of GNOME components and all information
# necessary for ports to use those components.
@ -498,7 +499,9 @@ HAVE_GNOME+= ${component}
.endif
# End of optional part.
.if defined(_POSTMKINCLUDED)
.if defined(_POSTMKINCLUDED) && !defined(Gnome_Post_Include)
Gnome_Post_Include= bsd.gnome.mk
# DO NOT USE THESE MACROS! They are obsolete, and only provided for
# backward compatibility with old ports that have not converted to the new