svn commit: r365195 - head/net/ccxstream
Adam Weinberger
adamw at FreeBSD.org
Sun Aug 17 15:31:07 UTC 2014
Author: adamw
Date: Sun Aug 17 15:31:06 2014
New Revision: 365195
URL: http://svnweb.freebsd.org/changeset/ports/365195
QAT: https://qat.redports.org/buildarchive/r365195/
Log:
Fix build on -current.
While here, remove unnecessary bsd.port.options.mk inclusion.
Modified:
head/net/ccxstream/Makefile
Modified: head/net/ccxstream/Makefile
==============================================================================
--- head/net/ccxstream/Makefile Sun Aug 17 15:25:14 2014 (r365194)
+++ head/net/ccxstream/Makefile Sun Aug 17 15:31:06 2014 (r365195)
@@ -10,7 +10,7 @@ MASTER_SITES= SF/xbplayer/XStream%20Serv
MAINTAINER= ports at 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>
More information about the svn-ports-all
mailing list