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. --- textproc/catdoc/Makefile.common | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'textproc') diff --git a/textproc/catdoc/Makefile.common b/textproc/catdoc/Makefile.common index d9b652c6405..8fa91c1eef7 100644 --- a/textproc/catdoc/Makefile.common +++ b/textproc/catdoc/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.15 2012/01/17 21:43:21 sbd Exp $ +# $NetBSD: Makefile.common,v 1.16 2013/06/12 12:35:36 wiz Exp $ # DISTNAME= catdoc-0.94.2 @@ -15,7 +15,7 @@ PATCHDIR= ${.CURDIR}/../../textproc/catdoc/patches USE_FEATURES= glob GNU_CONFIGURE= yes -GNU_CONFIGURE_LIBDIR= ${PREFIX}/share +CONFIGURE_ARGS+= --libdir=${PREFIX}/share CONFIGURE_ARGS+= --with-install-root=${DESTDIR} CPPFLAGS+= -Dunix -D__unix -- cgit v1.2.3