diff options
author | Tilman Keskinoz <arved@FreeBSD.org> | 2003-01-03 17:42:08 +0000 |
---|---|---|
committer | Tilman Keskinoz <arved@FreeBSD.org> | 2003-01-03 17:42:08 +0000 |
commit | db665ed004f4bf3c2c8a23c8a392d7a2111bd308 (patch) | |
tree | 50a5e1ce45144b3ccf06485da5cbcf2ab4a1568e /net/socat/Makefile | |
parent | eb32b1d03db34a10755e67ef21d9bcad0752c068 (diff) |
Notes
Diffstat (limited to 'net/socat/Makefile')
-rw-r--r-- | net/socat/Makefile | 7 |
1 files changed, 5 insertions, 2 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> |