diff options
author | obache <obache@pkgsrc.org> | 2014-01-28 12:14:23 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2014-01-28 12:14:23 +0000 |
commit | 340e758b344bc095b3ce2e63a1299857ac5c3e64 (patch) | |
tree | 0959dc9ad31f2a7907e79bf1915924535dea6430 /print/advi | |
parent | 0c588fd88a1368ea1030ae4754a5cafe7de0bd79 (diff) | |
download | pkgsrc-340e758b344bc095b3ce2e63a1299857ac5c3e64.tar.gz |
Use GNU_CONFIGURE_LIBDIR for --libdir.
Diffstat (limited to 'print/advi')
-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 1820e2aa902..30ee5759c99 100644 --- a/print/advi/Makefile +++ b/print/advi/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.71 2014/01/01 11:52:31 wiz Exp $ +# $NetBSD: Makefile,v 1.72 2014/01/28 12:21:54 obache Exp $ DISTNAME= advi-1.10.1 PKGREVISION= 31 @@ -24,7 +24,7 @@ DEPENDS+= tex-cyrillic-bin>=2013:../../print/tex-cyrillic-bin USE_PKGLOCALEDIR= yes GNU_CONFIGURE= yes USE_TOOLS+= gmake gs:run -CONFIGURE_ARGS+= --libdir=${PREFIX}/share/texmf-dist +GNU_CONFIGURE_LIBDIR= ${PREFIX}/share/texmf-dist CONFIGURE_ARGS+= --with-gs=${PREFIX}/bin/gs INSTALL_UNSTRIPPED= yes |