diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-01-05 00:41:32 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-01-05 00:41:32 +0000 |
commit | 968f46a7b818c816914d446b4d649b3cb31669a3 (patch) | |
tree | 70e960f7d64b8cf8417c33a0fae104e206a7b77b /benchmarks | |
parent | f0f645186bfcdb014d7f69307d147171101f79c8 (diff) | |
download | ports-968f46a7b818c816914d446b4d649b3cb31669a3.tar.gz ports-968f46a7b818c816914d446b4d649b3cb31669a3.zip |
Notes
Diffstat (limited to 'benchmarks')
-rw-r--r-- | benchmarks/thrulay/Makefile | 14 | ||||
-rw-r--r-- | benchmarks/thrulay/pkg-plist | 2 |
2 files changed, 4 insertions, 12 deletions
diff --git a/benchmarks/thrulay/Makefile b/benchmarks/thrulay/Makefile index b03a710f345d..a416f621919b 100644 --- a/benchmarks/thrulay/Makefile +++ b/benchmarks/thrulay/Makefile @@ -10,9 +10,6 @@ MASTER_SITES= SF \ MAINTAINER= shalunov@shlang.com COMMENT= Network capacity tester -MAN1= thrulay.1 -MAN8= thrulayd.8 -MANCOMPRESSED= no HAS_CONFIGURE= yes USES= gmake USE_LDCONFIG= yes @@ -22,10 +19,6 @@ MAKE_JOBS_UNSAFE= yes PORTDOCS= ChangeLog README thrulay-protocol.txt thrulay-index.html -NO_STAGE= yes - -.include <bsd.port.options.mk> - post-patch: ${REINPLACE_CMD} -e '922s,datarootdir,prefix,g' ${WRKSRC}/configure @@ -33,12 +26,9 @@ post-extract: @${CP} ${WRKSRC}/doc/*.[ht]* ${WRKSRC}/ post-install: -.if ${PORT_OPTIONS:MDOCS} - @${MKDIR} ${DOCSDIR} + @${MKDIR} ${STAGEDIR}${DOCSDIR} .for docs in ${PORTDOCS} - ${INSTALL_DATA} ${WRKSRC}/${docs} ${DOCSDIR} + ${INSTALL_DATA} ${WRKSRC}/${docs} ${STAGEDIR}${DOCSDIR} .endfor -.endif - @${CAT} ${PKGMESSAGE} .include <bsd.port.mk> diff --git a/benchmarks/thrulay/pkg-plist b/benchmarks/thrulay/pkg-plist index 616398e7e7d0..1b1fc436b170 100644 --- a/benchmarks/thrulay/pkg-plist +++ b/benchmarks/thrulay/pkg-plist @@ -6,4 +6,6 @@ lib/libthrulay.a lib/libthrulay.la lib/libthrulay.so lib/libthrulay.so.0 +man/man1/thrulay.1.gz +man/man8/thrulayd.8.gz @dirrm include/thrulay |