1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-23 04:23:08 +00:00

- Obey NO_INSTALL_MANPAGES

- Obey NOPORTDOCS

PR:		ports/61802
Submitted by:	Radim Kolar <hsn@netmag.cz> (maintainer)
This commit is contained in:
Pav Lucistnik 2004-01-23 23:37:38 +00:00
parent d82c11ef53
commit 8bcaa3e723
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=98935
3 changed files with 19 additions and 4 deletions

View File

@ -15,6 +15,24 @@ MAINTAINER= hsn@netmag.cz
COMMENT= Simple forking web benchmark
USE_GETOPT_LONG=yes
.if !defined(NO_INSTALL_MANPAGES)
MAN1= webbench.1
.endif
.if !defined(NOPORTDOCS)
PORTDOCS= copyright changelog
.endif
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/webbench ${PREFIX}/bin
.if !defined(NO_INSTALL_MANPAGES)
${INSTALL_MAN} ${WRKSRC}/webbench.1 ${MAN1PREFIX}/man/man1
.endif
.if !defined(NOPORTDOCS)
${MKDIR} ${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/debian/copyright ${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/debian/changelog ${DOCSDIR}
.endif
.include <bsd.port.mk>

View File

@ -9,4 +9,4 @@ results in pages/min and bytes/sec.
Radim Kolar
WWW: http://home.tiscali.cz/~cz210552/webbench.html
WWW: http://home.tiscali.cz/~cz210552/webbench.html

View File

@ -1,4 +1 @@
bin/webbench
%%PORTDOCS%%%%DOCSDIR%%/copyright
%%PORTDOCS%%%%DOCSDIR%%/changelog
%%PORTDOCS%%@dirrm %%DOCSDIR%%