From ec7e7c7a4e2493d3a97bc4678934955cb6f0c1c2 Mon Sep 17 00:00:00 2001 From: Eitan Adler Date: Sat, 28 Sep 2013 07:08:21 +0000 Subject: [PATCH] - convert to staging --- net/datapipe/Makefile | 3 +-- 1 file changed, 1 insertion(+), 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 .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