diff options
author | skreuzer <skreuzer@FreeBSD.org> | 2014-01-08 22:56:28 +0800 |
---|---|---|
committer | skreuzer <skreuzer@FreeBSD.org> | 2014-01-08 22:56:28 +0800 |
commit | c58c0b3d2052641b06ba6d8c95a101e6c2798977 (patch) | |
tree | c2159dd4998efde2f0622a68b5c715f45b33e829 /audio | |
parent | 54542a6822f3660135a59fd8592e2d04a176b1fa (diff) | |
download | freebsd-ports-gnome-c58c0b3d2052641b06ba6d8c95a101e6c2798977.tar.gz freebsd-ports-gnome-c58c0b3d2052641b06ba6d8c95a101e6c2798977.tar.zst freebsd-ports-gnome-c58c0b3d2052641b06ba6d8c95a101e6c2798977.zip |
Convert to USES
Fix typo in OPTIONS_DEFINE
Diffstat (limited to 'audio')
-rw-r--r-- | audio/shoutcast/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/shoutcast/Makefile b/audio/shoutcast/Makefile index 60b32ef5104c..88ca89313edc 100644 --- a/audio/shoutcast/Makefile +++ b/audio/shoutcast/Makefile @@ -14,7 +14,7 @@ COMMENT= SHOUTcast Distributed Network Audio Server 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} |