From a14e60022ae9e02c566ee9ee202ca61a469ba7c3 Mon Sep 17 00:00:00 2001 From: Emanuel Haupt Date: Mon, 24 Feb 2014 13:10:25 +0000 Subject: [PATCH] Support staging --- net/bindtest/Makefile | 10 ++++------ net/bindtest/pkg-plist | 1 + 2 files changed, 5 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 diff --git a/net/bindtest/pkg-plist b/net/bindtest/pkg-plist index 62a066840dd1..b6f2e17a6bde 100644 --- a/net/bindtest/pkg-plist +++ b/net/bindtest/pkg-plist @@ -1,2 +1,3 @@ bin/bindtest bin/bindtest.sh +man/man1/bindtest.1.gz