1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-21 00:25:50 +00:00

Support staging

This commit is contained in:
Emanuel Haupt 2014-02-24 15:21:21 +00:00
parent 6661c3f966
commit 9a75d2ba3a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=345866
2 changed files with 7 additions and 10 deletions

View File

@ -10,18 +10,18 @@ MASTER_SITES= http://www.linuxco.de/tcping/ \
MAINTAINER= dryice@dryice.name
COMMENT= Do a TCP connect to the given IP/port combination
DOCS= README
PLIST_FILES= bin/tcping
PORTDOCS= README
OPTIONS_DEFINE= DOCS
NO_STAGE= yes
do-build:
cd ${WRKSRC} && \
${CC} ${CFLAGS} -DHAVE_HSTRERROR -o tcping tcping.c
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/tcping ${PREFIX}/bin/tcping
.if !defined(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
cd ${WRKSRC} && ${INSTALL_DATA} ${DOCS} ${DOCSDIR}
.endif
${INSTALL_PROGRAM} ${WRKSRC}/tcping ${STAGEDIR}${PREFIX}/bin
${MKDIR} ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/${PORTDOCS} ${STAGEDIR}${DOCSDIR}
.include <bsd.port.mk>

View File

@ -1,3 +0,0 @@
bin/tcping
%%PORTDOCS%%%%DOCSDIR%%/README
%%PORTDOCS%%@dirrm %%DOCSDIR%%