diff options
author | Tijl Coosemans <tijl@FreeBSD.org> | 2016-07-08 11:24:18 +0000 |
---|---|---|
committer | Tijl Coosemans <tijl@FreeBSD.org> | 2016-07-08 11:24:18 +0000 |
commit | a0a3b1dad07d12494adbdb934369f205c0818aae (patch) | |
tree | e30f1ac4e357e8c376c8b838988c5bfd27797a31 /print/texinfo | |
parent | 0fcacbb37c4097a755facb5dfc2116b8d228f53e (diff) | |
download | ports-a0a3b1dad07d12494adbdb934369f205c0818aae.tar.gz ports-a0a3b1dad07d12494adbdb934369f205c0818aae.zip |
Notes
Diffstat (limited to 'print/texinfo')
-rw-r--r-- | print/texinfo/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/print/texinfo/Makefile b/print/texinfo/Makefile index 0a4cb3d4276e..da5a995fd560 100644 --- a/print/texinfo/Makefile +++ b/print/texinfo/Makefile @@ -25,10 +25,10 @@ NLS_CONFIGURE_ENABLE= nls GNU_CONFIGURE= yes INSTALL_TARGET= install install-tex PKGDEINSTALL= ${PKGINSTALL} -USES+= charsetfix cpe gmake:lite ncurses perl5 tar:xz +USES+= charsetfix cpe gmake ncurses perl5 tar:xz MAKE_ARGS= TEXMF=${LOCALBASE}/${TEXMF} PERL=${LOCALBASE}/bin/perl -INFO= texinfo info-stnd info +INFO= texinfo info-stnd CPE_VENDOR= gnu CPE_VERSION= ${PORTVERSION:R} |