From d365f6f58c207ae648abbed5e59940a077f9fe28 Mon Sep 17 00:00:00 2001 From: Johan van Selst Date: Wed, 27 Jun 2012 19:19:14 +0000 Subject: - Use SAVANNAH macro for MASTER_SITES - Convert NOPORTDOCS to new options framework PR: ports/169457 Submitted by: sunpoet --- textproc/texi2html/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'textproc/texi2html') diff --git a/textproc/texi2html/Makefile b/textproc/texi2html/Makefile index c6514c946f5a..63ce4bc53309 100644 --- a/textproc/texi2html/Makefile +++ b/textproc/texi2html/Makefile @@ -9,7 +9,7 @@ PORTNAME= texi2html PORTVERSION= 5.0 PORTEPOCH= 1 CATEGORIES= textproc -MASTER_SITES= ${MASTER_SITE_SAVANNAH} +MASTER_SITES= SAVANNAH MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= johans@FreeBSD.org @@ -53,7 +53,7 @@ pre-everything:: post-patch: @${REINPLACE_CMD} -e 's/^translations.pl/_&/' ${WRKSRC}/Makefile.in @${REINPLACE_CMD} -e '/^install-data/s|i18n|&/en.thl|' ${WRKSRC}/Makefile.in -.if defined(NOPORTDOCS) +.if empty(PORT_OPTIONS:MDOCS) @${REINPLACE_CMD} -e 's| install-texinfohtmlDATA||g' ${WRKSRC}/doc/Makefile.in .endif @${REINPLACE_CMD} -e '1s|/usr/bin/perl|${PERL}|' ${WRKSRC}/*.pl -- cgit v1.2.3