diff options
author | Erwin Lansing <erwin@FreeBSD.org> | 2003-06-09 10:57:27 +0000 |
---|---|---|
committer | Erwin Lansing <erwin@FreeBSD.org> | 2003-06-09 10:57:27 +0000 |
commit | 1e1074d998797861adc478f90ef687cd690e7cf4 (patch) | |
tree | 1375360f270b8e4bfb845c986b2f9b769146ca2f /net/socat | |
parent | adcf3d9e6068b48794fdef6bf1b5d89008a3ab84 (diff) | |
download | ports-1e1074d998797861adc478f90ef687cd690e7cf4.tar.gz ports-1e1074d998797861adc478f90ef687cd690e7cf4.zip |
Notes
Diffstat (limited to 'net/socat')
-rw-r--r-- | net/socat/Makefile | 17 | ||||
-rw-r--r-- | net/socat/distinfo | 2 | ||||
-rw-r--r-- | net/socat/pkg-plist | 3 |
3 files changed, 18 insertions, 4 deletions
diff --git a/net/socat/Makefile b/net/socat/Makefile index 5a923a20d993..c38e90a38265 100644 --- a/net/socat/Makefile +++ b/net/socat/Makefile @@ -7,19 +7,30 @@ # PORTNAME= socat -PORTVERSION= 1.3.0.1 +PORTVERSION= 1.3.1.0 CATEGORIES= net MASTER_SITES= http://www.dest-unreach.org/socat/download/ MAINTAINER= ports@FreeBSD.org -COMMENT= A relay for bidirectional data transfer between two indep. data channels +COMMENT= Multipurpose relay and more WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION:R:R} +USE_BZIP2= yes GNU_CONFIGURE= yes CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} MAKE_ARGS= CCOPT="${CFLAGS}" -MAN1= socat.1 +MAN1= socat.1 + +DOCS= EXAMPLES SECURITY + +post-install: +.if !defined(NOPORTDOCS) + @${MKDIR} ${DOCSDIR} +.for f in ${DOCS} + ${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR} +.endfor +.endif .include <bsd.port.mk> diff --git a/net/socat/distinfo b/net/socat/distinfo index a2606604e598..91db8fbb39b4 100644 --- a/net/socat/distinfo +++ b/net/socat/distinfo @@ -1 +1 @@ -MD5 (socat-1.3.0.1.tar.gz) = e7e523c41f043f39fb174609a58396e4 +MD5 (socat-1.3.1.0.tar.bz2) = a93ad11c5e322a4bb3d5fd8cf93ea57c diff --git a/net/socat/pkg-plist b/net/socat/pkg-plist index 54cfdb9e8942..c0139adc98c6 100644 --- a/net/socat/pkg-plist +++ b/net/socat/pkg-plist @@ -1,3 +1,6 @@ bin/filan bin/procan bin/socat +%%PORTDOCS%%%%DOCSDIR%%/EXAMPLES +%%PORTDOCS%%%%DOCSDIR%%/SECURITY +%%PORTDOCS%%@dirrm %%DOCSDIR%% |