From 968f46a7b818c816914d446b4d649b3cb31669a3 Mon Sep 17 00:00:00 2001 From: Baptiste Daroussin Date: Sun, 5 Jan 2014 00:41:32 +0000 Subject: Support stage --- benchmarks/thrulay/Makefile | 14 ++------------ benchmarks/thrulay/pkg-plist | 2 ++ 2 files changed, 4 insertions(+), 12 deletions(-) (limited to 'benchmarks/thrulay') 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 - 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 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 -- cgit v1.2.3