diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2014-02-24 13:10:25 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2014-02-24 13:10:25 +0000 |
commit | a14e60022ae9e02c566ee9ee202ca61a469ba7c3 (patch) | |
tree | cd429fcce9bdfd2def907fb689c1df84b36f6800 | |
parent | 138a6f74a77dd3d7f6d64a3a50fe192e5673eb4f (diff) |
Notes
-rw-r--r-- | net/bindtest/Makefile | 10 | ||||
-rw-r--r-- | 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 <bsd.port.mk> 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 |