svn commit: r360705 - head/biology/garlic

Adam Weinberger adamw at FreeBSD.org
Sat Jul 5 00:15:40 UTC 2014


Author: adamw
Date: Sat Jul  5 00:15:40 2014
New Revision: 360705
URL: http://svnweb.freebsd.org/changeset/ports/360705
QAT: https://qat.redports.org/buildarchive/r360705/

Log:
  Missed a NOPORTDOCS.

Modified:
  head/biology/garlic/Makefile

Modified: head/biology/garlic/Makefile
==============================================================================
--- head/biology/garlic/Makefile	Sat Jul  5 00:13:48 2014	(r360704)
+++ head/biology/garlic/Makefile	Sat Jul  5 00:15:40 2014	(r360705)
@@ -6,9 +6,6 @@ PORTVERSION=	1.6
 CATEGORIES=	biology
 MASTER_SITES=	http://www.zucic.org/sources/garlic-${PORTVERSION}/
 DISTFILES=	${DISTNAME}${EXTRACT_SUFX}
-.if !defined(NOPORTDOCS)
-DISTFILES+=	${DISTNAME}-doc${EXTRACT_SUFX}
-.endif
 EXTRACT_ONLY=	${DISTNAME}${EXTRACT_SUFX}
 
 MAINTAINER=	maho at FreeBSD.org
@@ -22,6 +19,10 @@ OPTIONS_DEFINE=	DOCS EXAMPLES OPTIMIZED_
 
 .include <bsd.port.options.mk>
 
+.if ${PORT_OPTIONS:MDOCS}
+DISTFILES+=	${DISTNAME}-doc${EXTRACT_SUFX}
+.endif
+
 .if ${PORT_OPTIONS:MOPTIMIZED_CFLAGS}
 CFLAGS+=	-O3 -ffast-math -finline-functions -fomit-frame-pointer -funroll-loops -fexpensive-optimizations -malign-double
 .if (${ARCH} == "i386")


More information about the svn-ports-all mailing list