svn commit: r382972 - head/astro/osmium

Jason Helfman jgh at FreeBSD.org
Wed Apr 1 23:24:51 UTC 2015


Author: jgh
Date: Wed Apr  1 23:24:50 2015
New Revision: 382972
URL: https://svnweb.freebsd.org/changeset/ports/382972

Log:
  - remove do_nada from target
  
  Approved by:	portmgr (blanket)

Modified:
  head/astro/osmium/Makefile

Modified: head/astro/osmium/Makefile
==============================================================================
--- head/astro/osmium/Makefile	Wed Apr  1 23:21:45 2015	(r382971)
+++ head/astro/osmium/Makefile	Wed Apr  1 23:24:50 2015	(r382972)
@@ -49,7 +49,7 @@ do-build:
 	cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} \
 		${MAKE} ${MAKE_FLAGS} ${MAKEFILE} ${MAKR_ARGS} doc
 .else
-	${DO_NADA}
+	${TRUE}
 .endif
 
 regression-test:


More information about the svn-ports-head mailing list