Index: head/net/socat/Makefile =================================================================== --- head/net/socat/Makefile (revision 226273) +++ head/net/socat/Makefile (revision 226274) @@ -1,46 +1,48 @@ # Ports collection makefile for: socat # Date created: May 14, 2002 # Whom: ijliao # # $FreeBSD$ # PORTNAME= socat PORTVERSION= 1.7.0.0 CATEGORIES= net ipv6 MASTER_SITES= http://www.dest-unreach.org/socat/download/ \ CRITICAL MAINTAINER= ehaupt@FreeBSD.org COMMENT= Multipurpose relay and more GNU_CONFIGURE= yes USE_BZIP2= yes USE_RC_SUBR= socat MAN1= socat.1 +PORTSCOUT= skipv:2.0.0-b2 + .if !defined(NOPORTDOCS) PORTDOCS= EXAMPLES README SECURITY FAQ .endif PLIST_FILES= bin/filan bin/procan bin/socat OPTIONS= SSL "OpenSSL support" on .include .if defined(WITH_SSL) # we can't use USE_OPENSSL=yes after including bsd.port.pre.mk .include "${PORTSDIR}/Mk/bsd.openssl.mk" .else CONFIGURE_ARGS+= --disable-openssl .endif post-install: .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${DOCSDIR} .endif .include Property changes on: head/net/socat/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.26 \ No newline at end of property +1.27 \ No newline at end of property