svn commit: r317311 - head/audio/mbrolavox
Chris Rees
crees at FreeBSD.org
Sat May 4 12:44:35 UTC 2013
Author: crees
Date: Sat May 4 12:44:35 2013
New Revision: 317311
URL: http://svnweb.freebsd.org/changeset/ports/317311
Log:
audio/mbrolavox: Error if no OPTION is selected
Notified by: bdrewery
Modified:
head/audio/mbrolavox/Makefile
Modified: head/audio/mbrolavox/Makefile
==============================================================================
--- head/audio/mbrolavox/Makefile Sat May 4 12:21:19 2013 (r317310)
+++ head/audio/mbrolavox/Makefile Sat May 4 12:44:35 2013 (r317311)
@@ -33,6 +33,10 @@ MYFILES+= ${FILE_${ii}}
. endif
.endfor
+.if empty(DISTFILES)
+IGNORE= requires that at least one OPTION is selected
+.endif
+
do-extract:
@${MKDIR} ${WRKSRC}
.for ii in ${MYFILES}
More information about the svn-ports-all
mailing list