diff options
author | Hiroki Sato <hrs@FreeBSD.org> | 2013-04-28 17:41:29 +0000 |
---|---|---|
committer | Hiroki Sato <hrs@FreeBSD.org> | 2013-04-28 17:41:29 +0000 |
commit | d4215b0008f65c64cfd1c472dfe6afc9657aeb6a (patch) | |
tree | ed8c424f40c9c58afd6d0b48e3c89933f567b655 /print/yatex | |
parent | e237fa61284e3c11f2ac4841579ee42c7ded5bf6 (diff) |
Notes
Diffstat (limited to 'print/yatex')
-rw-r--r-- | print/yatex/Makefile | 12 | ||||
-rw-r--r-- | print/yatex/distinfo | 4 |
2 files changed, 7 insertions, 9 deletions
diff --git a/print/yatex/Makefile b/print/yatex/Makefile index dfa8fa7db7b2..6b8f63f2127e 100644 --- a/print/yatex/Makefile +++ b/print/yatex/Makefile @@ -1,12 +1,8 @@ -# New ports collection makefile for: YaTeX -# Date created: 98/11/17 -# Whom: Satoshi Taoka <taoka@FreeBSD.org> -# +# Created by: Satoshi Taoka <taoka@FreeBSD.org> # $FreeBSD$ -# PORTNAME= yatex -PORTVERSION= 1.76 +PORTVERSION= 1.77 CATEGORIES?= print elisp MASTER_SITES= http://www.yatex.org/ DISTNAME= ${PORTNAME}${PORTVERSION} @@ -47,6 +43,8 @@ EMACS_PACKAGESDIR=${EMACS_LIBDIR}/site-packages TARGETNAME= YaTeX DIRSECTION= The Emacs editor and associated tools +OPTIONS_DEFINE= DOCS + .include <bsd.port.pre.mk> .if (${EMACS_PORT_NAME} == xemacs21) @@ -115,7 +113,7 @@ do-install: cd ${WRKSRC}/docs && \ ${INSTALL_DATA} ${INFOFILES:S,:, ,g} ${PREFIX}/${INFO_PATH} .endif -.if !defined(NOPORTDOCS) +.if ${PORT_OPTIONS:MDOCS} ${INSTALL_DATA} ${WRKSRC}/docs/* ${WRKSRC} @${MKDIR} ${DOCSDIR} cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${DOCSDIR} diff --git a/print/yatex/distinfo b/print/yatex/distinfo index 7c5764a9c2fd..653c9859a7ab 100644 --- a/print/yatex/distinfo +++ b/print/yatex/distinfo @@ -1,2 +1,2 @@ -SHA256 (yatex1.76.tar.gz) = 66c6f162a0ce4ee1edb231bacb4a3926ea4b5a45a4ba004330bb0bc0a7887acf -SIZE (yatex1.76.tar.gz) = 357552 +SHA256 (yatex1.77.tar.gz) = acc3e14c34ea5eba0c1a96cef6b5c7ab850e621f75cf25764e0ae37be483f177 +SIZE (yatex1.77.tar.gz) = 356721 |