diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-21 06:10:23 +0800 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-21 06:10:23 +0800 |
commit | 0c710c7b4edb5ca79906be0115763864bc7c903f (patch) | |
tree | 3f6447c55ab3d27cbf7cde9bc54d671393c9aec4 /net/unix2tcp | |
parent | f869483090ef76ab0fb56ed7b8b79a77bbc698a7 (diff) | |
download | freebsd-ports-gnome-0c710c7b4edb5ca79906be0115763864bc7c903f.tar.gz freebsd-ports-gnome-0c710c7b4edb5ca79906be0115763864bc7c903f.tar.zst freebsd-ports-gnome-0c710c7b4edb5ca79906be0115763864bc7c903f.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 &&\ |