From 07a6cc6e96855004ae46d0171e802fb247978e6a 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. --- print/advi/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'print/advi/Makefile') 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 -- cgit v1.2.3