svn commit: r309754 - head/audio/calf

Baptiste Daroussin bapt at FreeBSD.org
Mon Dec 31 14:25:12 UTC 2012


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


More information about the svn-ports-all mailing list