aboutsummaryrefslogtreecommitdiffstats
path: root/net/datapipe
diff options
context:
space:
mode:
authoreadler <eadler@FreeBSD.org>2013-09-28 15:08:21 +0800
committereadler <eadler@FreeBSD.org>2013-09-28 15:08:21 +0800
commit4912b85faa9b134d0740c610e53bf3bc6b090a86 (patch)
tree5867a9611ae5372c06ade51f3f5b37663db42e0c /net/datapipe
parente1c62a59d6e50cc6c03e09ddde01748d7c64ebc5 (diff)
downloadfreebsd-ports-gnome-4912b85faa9b134d0740c610e53bf3bc6b090a86.tar.gz
freebsd-ports-gnome-4912b85faa9b134d0740c610e53bf3bc6b090a86.tar.zst
freebsd-ports-gnome-4912b85faa9b134d0740c610e53bf3bc6b090a86.zip
- convert to staging
Diffstat (limited to 'net/datapipe')
-rw-r--r--net/datapipe/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/net/datapipe/Makefile b/net/datapipe/Makefile
index a56df1bca573..24524820a2d6 100644
--- a/net/datapipe/Makefile
+++ b/net/datapipe/Makefile
@@ -18,7 +18,6 @@ OPTIONS_DEFAULT= REUSEADDR
REUSEADDR_DESC= Reuse the listening socket address
NOFORK_DESC= Do not fork and background
-NO_STAGE= yes
.include <bsd.port.pre.mk>
.if ${PORT_OPTIONS:MREUSEADDR}
@@ -34,6 +33,6 @@ do-build:
${CC} ${CFLAGS} -o ${WRKDIR}/${DISTNAME}/datapipe ${WRKDIR}/${DISTNAME}/datapipe.c
do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/datapipe ${PREFIX}/bin
+ ${INSTALL_PROGRAM} ${WRKSRC}/datapipe ${STAGEDIR}${PREFIX}/bin
.include <bsd.port.post.mk>