svn commit: r339144 - head/audio/shoutcast

Steven Kreuzer skreuzer at FreeBSD.org
Wed Jan 8 14:56:28 UTC 2014


Author: skreuzer
Date: Wed Jan  8 14:56:28 2014
New Revision: 339144
URL: http://svnweb.freebsd.org/changeset/ports/339144

Log:
  Convert to USES
  Fix typo in OPTIONS_DEFINE

Modified:
  head/audio/shoutcast/Makefile

Modified: head/audio/shoutcast/Makefile
==============================================================================
--- head/audio/shoutcast/Makefile	Wed Jan  8 14:55:21 2014	(r339143)
+++ head/audio/shoutcast/Makefile	Wed Jan  8 14:56:28 2014	(r339144)
@@ -14,7 +14,7 @@ COMMENT=	SHOUTcast Distributed Network A
 RESTRICTED=	redistribution of software is not permitted
 IA32_BINARY_PORT=	yes
 
-USE_DOS2UNIX=	yes
+USES=		dos2unix
 NO_STAGE=	yes
 DOS2UNIX_REGEX=	.*\.(conf|css|html|js|txt|xml)
 
@@ -24,7 +24,7 @@ CONFLICTS=	linux-shoutcast-[0-9]*
 NO_WRKSUBDIR=	yes
 NO_BUILD=	yes
 
-OPTIONS_DEFINE=	CONFIG_BUILDER DOCS EXAMPLE
+OPTIONS_DEFINE=	CONFIG_BUILDER DOCS EXAMPLES
 CONFIG_BUILDER_DESC=	SHOUTcast Configuration Builder
 
 SHOUTCASTUSER=	${PORTNAME}


More information about the svn-ports-all mailing list