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 /print/advi/Makefile | |
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 'print/advi/Makefile')
-rw-r--r-- | print/advi/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/print/advi/Makefile b/print/advi/Makefile index 7c807667dd1..6630408b34a 100644 --- a/print/advi/Makefile +++ b/print/advi/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.64 2013/06/06 12:54:59 wiz Exp $ +# $NetBSD: Makefile,v 1.65 2013/06/12 12:35:35 wiz Exp $ DISTNAME= advi-1.10.1 PKGREVISION= 25 @@ -18,7 +18,7 @@ DEPENDS+= texlive-tetex>=2010:../../print/texlive-tetex USE_PKGLOCALEDIR= yes GNU_CONFIGURE= yes USE_TOOLS+= gmake gs:run -GNU_CONFIGURE_LIBDIR= ${PREFIX}/share/texmf-dist +CONFIGURE_ARGS+= --libdir=${PREFIX}/share/texmf-dist CONFIGURE_ARGS+= --with-gs=${PREFIX}/bin/gs INSTALL_UNSTRIPPED= yes |