1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-22 20:41:26 +00:00

Support staging

This commit is contained in:
Emanuel Haupt 2014-02-24 13:10:25 +00:00
parent 138a6f74a7
commit a14e60022a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=345831
2 changed files with 5 additions and 6 deletions

View File

@ -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>

View File

@ -1,2 +1,3 @@
bin/bindtest
bin/bindtest.sh
man/man1/bindtest.1.gz