diff options
author | sergei <sergei@FreeBSD.org> | 2003-10-23 06:28:01 +0000 |
---|---|---|
committer | sergei <sergei@FreeBSD.org> | 2003-10-23 06:28:01 +0000 |
commit | 479000a2d0570f7d25711551d22844344d7ffd9c (patch) | |
tree | 164169da158c4c0fb7fceb8e535e2977e7573543 /net/socat | |
parent | 6ab5b922a087c644d2b76e8274f014f32eebb0c6 (diff) | |
download | FreeBSD-ports-479000a2d0570f7d25711551d22844344d7ffd9c.zip FreeBSD-ports-479000a2d0570f7d25711551d22844344d7ffd9c.tar.gz |
- Update to 1.3.2.2
PR: 58291
Submmitted by: Nicolas Jombart <ecu@ipv42.net>
Approved by: krion (implicitly)
Diffstat (limited to 'net/socat')
-rw-r--r-- | net/socat/Makefile | 9 | ||||
-rw-r--r-- | net/socat/distinfo | 2 |
2 files changed, 4 insertions, 7 deletions
diff --git a/net/socat/Makefile b/net/socat/Makefile index c376381..9a709fe 100644 --- a/net/socat/Makefile +++ b/net/socat/Makefile @@ -7,7 +7,7 @@ # PORTNAME= socat -PORTVERSION= 1.3.2.1 +PORTVERSION= 1.3.2.2 CATEGORIES= net MASTER_SITES= http://www.dest-unreach.org/socat/download/ @@ -22,15 +22,12 @@ CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} MAKE_ARGS= CCOPT="${CFLAGS}" MAN1= socat.1 - DOCS= EXAMPLES README SECURITY -post-install: .if !defined(NOPORTDOCS) +post-install: @${MKDIR} ${DOCSDIR} -.for f in ${DOCS} - ${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR} -.endfor + cd ${WRKSRC} && ${INSTALL_DATA} ${DOCS} ${DOCSDIR} .endif .include <bsd.port.mk> diff --git a/net/socat/distinfo b/net/socat/distinfo index 265c7d2..acf0c10 100644 --- a/net/socat/distinfo +++ b/net/socat/distinfo @@ -1 +1 @@ -MD5 (socat-1.3.2.1.tar.bz2) = 860fe417ea5e9ca2d2b2225192b85b87 +MD5 (socat-1.3.2.2.tar.bz2) = 57f33e67bf62f67ed32e0c9acc45f3a3 |