From ab5a823feb539c6eadcc60d7e742787ed715e92c Mon Sep 17 00:00:00 2001 From: wiz Date: Wed, 12 Jun 2013 12:35:35 +0000 Subject: Remove GNU_CONFIGURE_LIBDIR. Rationale: undocumented, easily replaced with "CONFIGURE_ARGS+=--libdir=" and only used by 10 packages. --- devel/ftnchek/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'devel/ftnchek') diff --git a/devel/ftnchek/Makefile b/devel/ftnchek/Makefile index 2ff0fc4d364..832bd69ba02 100644 --- a/devel/ftnchek/Makefile +++ b/devel/ftnchek/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.19 2012/10/31 11:16:58 asau Exp $ +# $NetBSD: Makefile,v 1.20 2013/06/12 12:35:35 wiz Exp $ DISTNAME= ftnchek-3.2.2 PKGREVISION= 1 @@ -11,7 +11,7 @@ HOMEPAGE= http://www.dsm.fordham.edu/~ftnchek/ COMMENT= Static analyzer for Fortran programs GNU_CONFIGURE= yes -GNU_CONFIGURE_LIBDIR= ${PREFIX}/libexec +CONFIGURE_ARGS+=--libdir=${PREFIX}/libexec CONFIGURE_ARGS+=--disable-submodel USE_TOOLS+= soelim -- cgit v1.2.3