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 /textproc/catdoc | |
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 'textproc/catdoc')
-rw-r--r-- | textproc/catdoc/Makefile.common | 4 |
1 files changed, 2 insertions, 2 deletions
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 |