[Midnightbsd-cvs] mports: autotools.mk: add missing .endif

ctriv at midnightbsd.org ctriv at midnightbsd.org
Tue Oct 28 00:52:09 EDT 2008


Log Message:
-----------
add missing .endif

Modified Files:
--------------
    mports/Mk/extensions:
        autotools.mk (r1.1 -> r1.2)

-------------- next part --------------
Index: autotools.mk
===================================================================
RCS file: /home/cvs/mports/Mk/extensions/autotools.mk,v
retrieving revision 1.1
retrieving revision 1.2
diff -L Mk/extensions/autotools.mk -L Mk/extensions/autotools.mk -u -r1.1 -r1.2
--- Mk/extensions/autotools.mk
+++ Mk/extensions/autotools.mk
@@ -12,8 +12,6 @@
 .if defined(_POSTMKINCLUDED) && !defined(Autotools_Post_Include)
 
 Autotools_Post_Include=		    autotools.mk
-
-
 Autotools_Include_MAINTAINER=	luke at MidnightBSD.org
 
 #---------------------------------------------------------------------------
@@ -345,3 +343,5 @@
 	@${DO_NADA}
 . endif
 .endif
+
+.endif # defined(_POSTMKINCLUDED) && !defined(Autotools_Post_Include)


More information about the Midnightbsd-cvs mailing list