diff options
author | wiz <wiz@pkgsrc.org> | 2013-06-12 12:35:35 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2013-06-12 12:35:35 +0000 |
commit | ab5a823feb539c6eadcc60d7e742787ed715e92c (patch) | |
tree | 8c53925fd6406c89e3551271baa24ee01e4f3d83 /devel/ftnchek | |
parent | 07b94cf53553064b6eebc7476603aaca0310df58 (diff) | |
download | pkgsrc-ab5a823feb539c6eadcc60d7e742787ed715e92c.tar.gz |
Remove GNU_CONFIGURE_LIBDIR.
Rationale: undocumented, easily replaced with "CONFIGURE_ARGS+=--libdir="
and only used by 10 packages.
Diffstat (limited to 'devel/ftnchek')
-rw-r--r-- | devel/ftnchek/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
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 |