diff options
author | johans <johans@FreeBSD.org> | 2013-11-27 02:26:41 +0800 |
---|---|---|
committer | johans <johans@FreeBSD.org> | 2013-11-27 02:26:41 +0800 |
commit | 21ac07d36dd82874bc4e01770465a02694f0be3a (patch) | |
tree | ca8cd0def0cb64db0149f2df79579c81053f9bc0 /print/texinfo/Makefile | |
parent | dde8f0c66c991d5e4dea7472a49210e046d800ec (diff) | |
download | freebsd-ports-gnome-21ac07d36dd82874bc4e01770465a02694f0be3a.tar.gz freebsd-ports-gnome-21ac07d36dd82874bc4e01770465a02694f0be3a.tar.zst freebsd-ports-gnome-21ac07d36dd82874bc4e01770465a02694f0be3a.zip |
Update htmlxref.cnf to latest version
Diffstat (limited to 'print/texinfo/Makefile')
-rw-r--r-- | print/texinfo/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/print/texinfo/Makefile b/print/texinfo/Makefile index c263ed66dfbb..709d1de8c3d7 100644 --- a/print/texinfo/Makefile +++ b/print/texinfo/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= texinfo -PORTVERSION= 5.2.20130926 -PORTREVISION= 1 +PORTVERSION= 5.2.20131109 CATEGORIES= print MASTER_SITES= GNU \ ftp://ftp.stack.nl/pub/users/johans/texinfo/${PORTVERSION:E}/ @@ -23,7 +22,7 @@ INSTALL_TARGET= install install-tex PKGDEINSTALL= ${PKGINSTALL} USES+= charsetfix gmake perl5 -MAKE_ARGS= TEXMF=${PREFIX}/${TEXMF} +MAKE_ARGS= TEXMF=${PREFIX}/${TEXMF} PERL=${LOCALBASE}/bin/perl INFO= ${PORTNAME} info-stnd info TEXMF= share/texmf |