diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2017-07-01 20:57:20 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2017-07-01 20:57:20 +0000 |
commit | d3311d1f7551fcc913c25087fb85dd40a9c33c5b (patch) | |
tree | 4d93ed8dff33f2fdc37b9d7aa39a52ecb7381fac /print/texinfo/Makefile | |
parent | 4446f07d9126b3d01528e0dd7ffe8402852a93d2 (diff) |
Notes
Diffstat (limited to 'print/texinfo/Makefile')
-rw-r--r-- | print/texinfo/Makefile | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/print/texinfo/Makefile b/print/texinfo/Makefile index 58b31aa046d0..1cf14eade066 100644 --- a/print/texinfo/Makefile +++ b/print/texinfo/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= texinfo -PORTVERSION= 6.3 -PORTREVISION= 2 +PORTVERSION= 6.4 PORTEPOCH= 1 CATEGORIES= print MASTER_SITES= GNU \ @@ -24,11 +23,11 @@ OPTIONS_DEFINE= NLS OPTIONS_SUB= yes GNU_CONFIGURE= yes -INSTALL_TARGET= install install-tex +INSTALL_TARGET= install-strip install-tex MAKE_ARGS= PERL=${PERL} TEXMF=${LOCALBASE}/${TEXMFDIR} PKGDEINSTALL= ${PKGINSTALL} USE_TEX= yes -USES= charsetfix cpe gmake iconv ncurses perl5 tar:xz +USES= charsetfix cpe gmake iconv libtool ncurses perl5 tar:xz INFO= info-stnd texinfo @@ -46,6 +45,5 @@ post-patch: post-install: ${INSTALL_DATA} ${DISTDIR}/${DIST_SUBDIR}/htmlxref.cnf ${STAGEDIR}${DATADIR} - ${RMDIR} ${STAGEDIR}${PREFIX}/lib/${PORTNAME} .include <bsd.port.mk> |