Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 31 Dec 2012 14:25:12 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r309754 - head/audio/calf
Message-ID:  <201212311425.qBVEPCq7049782@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Mon Dec 31 14:25:11 2012
New Revision: 309754
URL: http://svnweb.freebsd.org/changeset/ports/309754

Log:
  Use PORT_OPTIONS:MDOCS instead of NOPORTDOCS

Modified:
  head/audio/calf/Makefile

Modified: head/audio/calf/Makefile
==============================================================================
--- head/audio/calf/Makefile	Mon Dec 31 14:23:46 2012	(r309753)
+++ head/audio/calf/Makefile	Mon Dec 31 14:25:11 2012	(r309754)
@@ -60,7 +60,7 @@ post-patch:
 		${WRKSRC}/Makefile.in
 
 post-install:
-.if !defined(NOPORTDOCS)
+.if ${PORT_OPTIONS:MDOCS}
 	@(cd ${INSTALL_WRKSRC} && ${SETENV} ${MAKE_ENV} ${GMAKE} \
 		${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} install-data-local)
 .endif



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201212311425.qBVEPCq7049782>