aboutsummaryrefslogtreecommitdiffstats
path: root/net/netpipes/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net/netpipes/Makefile')
-rw-r--r--net/netpipes/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/net/netpipes/Makefile b/net/netpipes/Makefile
index f76f7322f085..48831a31e752 100644
--- a/net/netpipes/Makefile
+++ b/net/netpipes/Makefile
@@ -14,8 +14,8 @@ COMMENT= A group of shell utilities to connect programs to sockets
CONFLICTS= timelimit-[0-9]*
NO_WRKSUBDIR= yes
-MAN1= faucet.1 hose.1 sockdown.1 getpeername.1 encapsulate.1 \
- timelimit.1 netpipes.1
-NO_STAGE= yes
+do-install:
+ ${SETENV} ${MAKE_ENV} ${MAKE_CMD} -C ${WRKDIR} STAGEDIR=${STAGEDIR} install
+
.include <bsd.port.mk>