diff options
author | bapt <bapt@FreeBSD.org> | 2013-09-21 06:10:23 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-09-21 06:10:23 +0800 |
commit | ea8ff22cff3d553574b25de8cfd89024ab2cb22e (patch) | |
tree | 3f6447c55ab3d27cbf7cde9bc54d671393c9aec4 /net/unix2tcp | |
parent | f4e54587cbf7898bdbed25ffd7a865f48f22cc34 (diff) | |
download | freebsd-ports-gnome-ea8ff22cff3d553574b25de8cfd89024ab2cb22e.tar.gz freebsd-ports-gnome-ea8ff22cff3d553574b25de8cfd89024ab2cb22e.tar.zst freebsd-ports-gnome-ea8ff22cff3d553574b25de8cfd89024ab2cb22e.zip |
Add NO_STAGE all over the place in preparation for the staging support (cat: net)
Diffstat (limited to 'net/unix2tcp')
-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 &&\ |