diff options
Diffstat (limited to 'net')
-rw-r--r-- | net/socat/Makefile | 7 | ||||
-rw-r--r-- | net/socat/distinfo | 2 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net/socat/Makefile b/net/socat/Makefile index 16216240835e..441ee11de40d 100644 --- a/net/socat/Makefile +++ b/net/socat/Makefile @@ -7,15 +7,18 @@ # PORTNAME= socat -PORTVERSION= 1.3.0.0 +PORTVERSION= 1.3.0.1 CATEGORIES= net MASTER_SITES= http://www.dest-unreach.org/socat/download/ MAINTAINER= ports@FreeBSD.org -GNU_CONFIGURE= yes WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION:R:R} +GNU_CONFIGURE= yes +CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} +MAKE_ARGS= CCOPT="${CFLAGS}" + MAN1= socat.1 .include <bsd.port.mk> diff --git a/net/socat/distinfo b/net/socat/distinfo index 0ea069f6d558..a2606604e598 100644 --- a/net/socat/distinfo +++ b/net/socat/distinfo @@ -1 +1 @@ -MD5 (socat-1.3.0.0.tar.gz) = 0ad69ce46fe1dea1227cac707a8e7527 +MD5 (socat-1.3.0.1.tar.gz) = e7e523c41f043f39fb174609a58396e4 |