aboutsummaryrefslogtreecommitdiff
path: root/net/bindtest/Makefile
diff options
context:
space:
mode:
authorEmanuel Haupt <ehaupt@FreeBSD.org>2014-02-24 13:10:25 +0000
committerEmanuel Haupt <ehaupt@FreeBSD.org>2014-02-24 13:10:25 +0000
commita14e60022ae9e02c566ee9ee202ca61a469ba7c3 (patch)
treecd429fcce9bdfd2def907fb689c1df84b36f6800 /net/bindtest/Makefile
parent138a6f74a77dd3d7f6d64a3a50fe192e5673eb4f (diff)
downloadports-a14e60022ae9e02c566ee9ee202ca61a469ba7c3.tar.gz
ports-a14e60022ae9e02c566ee9ee202ca61a469ba7c3.zip
Notes
Diffstat (limited to 'net/bindtest/Makefile')
-rw-r--r--net/bindtest/Makefile10
1 files changed, 4 insertions, 6 deletions
diff --git a/net/bindtest/Makefile b/net/bindtest/Makefile
index 0b03ca98097c..3cbd3919d2bb 100644
--- a/net/bindtest/Makefile
+++ b/net/bindtest/Makefile
@@ -16,12 +16,10 @@ IGNOREFILES= ${DISTNAME}${EXTRACT_SUFX}
MAINTAINER= jmohacsi@bsd.hu
COMMENT= Test bind() semantics of IPv6 sockets
-MAN1= bindtest.1
-
-NO_STAGE= yes
do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/bindtest ${PREFIX}/bin/
- ${INSTALL_SCRIPT} ${WRKSRC}/test.sh ${PREFIX}/bin/bindtest.sh
- ${INSTALL_MAN} ${WRKSRC}/${MAN1} ${MAN1PREFIX}/man/man1
+ ${INSTALL_PROGRAM} ${WRKSRC}/bindtest ${STAGEDIR}${PREFIX}/bin
+ ${INSTALL_SCRIPT} ${WRKSRC}/test.sh \
+ ${STAGEDIR}${PREFIX}/bin/bindtest.sh
+ ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${STAGEDIR}${MANPREFIX}/man/man1
.include <bsd.port.mk>