diff options
Diffstat (limited to 'net/unix2tcp/Makefile')
-rw-r--r-- | net/unix2tcp/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/net/unix2tcp/Makefile b/net/unix2tcp/Makefile index d37ea93f2c94..2e1202541d38 100644 --- a/net/unix2tcp/Makefile +++ b/net/unix2tcp/Makefile @@ -1,10 +1,5 @@ -# ex:ts=8 -# Ports collection makefile for: unix2tcp -# Date created: Thu Jan 30, 2003 -# Whom: Michael L. Hostbaek (mich@freebsdcluster.org) -# +# Created by: Michael L. Hostbaek (mich@freebsdcluster.org) # $FreeBSD$ -# PORTNAME= unix2tcp PORTVERSION= 0.8.2 @@ -18,6 +13,7 @@ COMMENT= A connection forwarder that converts Unix sockets into TCP sockets CFLAGS+= -DHAVE_CONFIG_H -I. GNU_CONFIGURE= yes +NO_STAGE= yes do-build: cd ${WRKSRC} && \ ${CC} ${CFLAGS} -c ${PORTNAME}.c -o ${PORTNAME}.o &&\ |