pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/lang/gnat-aux Add missing .endif.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a9eb7351cf76
branches:  trunk
changeset: 597800:a9eb7351cf76
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Mon Jan 09 09:31:33 2012 +0000

description:
Add missing .endif.

diffstat:

 lang/gnat-aux/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r e5256e3774db -r a9eb7351cf76 lang/gnat-aux/Makefile
--- a/lang/gnat-aux/Makefile    Mon Jan 09 07:08:33 2012 +0000
+++ b/lang/gnat-aux/Makefile    Mon Jan 09 09:31:33 2012 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2012/01/08 15:15:04 marino Exp $
+# $NetBSD: Makefile,v 1.10 2012/01/09 09:31:33 wiz Exp $
 #
 
 PKGNAME=       gnat-aux-${SNAPSHOT}
@@ -271,6 +271,7 @@
 .else
        cd ${BUILDDIR} && ${SETENV} ${MY_MAKE_ENV} ${GMAKE} -sk check-ada
 .endif
+.endif
 .if !empty(PKG_OPTIONS:Mfortran) && !empty(PKG_OPTIONS:Mtestfortran)
        cd ${BUILDDIR} && ${SETENV} ${MY_MAKE_ENV} ${GMAKE} -sk check-fortran
 .endif



Home | Main Index | Thread Index | Old Index