aboutsummaryrefslogtreecommitdiff
path: root/net/ccxstream
diff options
context:
space:
mode:
authorAdam Weinberger <adamw@FreeBSD.org>2014-08-17 15:31:06 +0000
committerAdam Weinberger <adamw@FreeBSD.org>2014-08-17 15:31:06 +0000
commit45c2a96e5669c7bdd2d3cd558e10449a35e978c4 (patch)
tree877c65bd6b4f5344304595b2ec63b06c5b669fa0 /net/ccxstream
parent1d62c8e55bdb24ddc532f742335c7d6cc90f6411 (diff)
downloadports-45c2a96e5669c7bdd2d3cd558e10449a35e978c4.tar.gz
ports-45c2a96e5669c7bdd2d3cd558e10449a35e978c4.zip
Fix build on -current.
While here, remove unnecessary bsd.port.options.mk inclusion.
Notes
Notes: svn path=/head/; revision=365195
Diffstat (limited to 'net/ccxstream')
-rw-r--r--net/ccxstream/Makefile6
1 files changed, 2 insertions, 4 deletions
diff --git a/net/ccxstream/Makefile b/net/ccxstream/Makefile
index 45b3e7e8a3c8..bd6e15fed173 100644
--- a/net/ccxstream/Makefile
+++ b/net/ccxstream/Makefile
@@ -10,7 +10,7 @@ MASTER_SITES= SF/xbplayer/XStream%20Servers/ccXStream%20${PORTVERSION}%20for%20L
MAINTAINER= ports@FreeBSD.org
COMMENT= Stream media files to XBox Media Center via XBMSP
-USES= gmake
+USES= gmake readline
USE_RC_SUBR= ccxstream
PLIST_FILES= bin/ccxtest \
@@ -24,14 +24,12 @@ SO_KEEPALICE_CFLAGS= -DSO_KEEPALIVE
TCP_NODELAY_DESC= Build with TCP_NODELAY
TCP_NODELAY_CFLAGS= -DTCP_NODELAY
-.include <bsd.port.options.mk>
-
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/ccxstream ${STAGEDIR}${PREFIX}/sbin
${INSTALL_PROGRAM} ${WRKSRC}/ccxtest ${STAGEDIR}${PREFIX}/bin
@${MKDIR} ${STAGEDIR}${DOCSDIR}
.for i in ${PORTDOCS}
- ${INSTALL_DATA} ${WRKSRC}/${i} ${STAGEDIR}${DOCSDIR}/
+ ${INSTALL_DATA} ${WRKSRC}/${i} ${STAGEDIR}${DOCSDIR}
.endfor
.include <bsd.port.mk>