diff options
-rw-r--r-- | benchmarks/thrulay/Makefile | 3 | ||||
-rw-r--r-- | benchmarks/thrulay/pkg-plist | 4 |
2 files changed, 4 insertions, 3 deletions
diff --git a/benchmarks/thrulay/Makefile b/benchmarks/thrulay/Makefile index 18ede5c9a7d6..e2ec7f700e7c 100644 --- a/benchmarks/thrulay/Makefile +++ b/benchmarks/thrulay/Makefile @@ -1,6 +1,6 @@ PORTNAME= thrulay PORTVERSION= 0.9 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= benchmarks net MASTER_SITES= SF @@ -12,6 +12,7 @@ LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE GNU_CONFIGURE= yes +GNU_CONFIGURE_MANPREFIX=${PREFIX}/share USES= gmake libtool USE_LDCONFIG= yes USE_RC_SUBR= thrulayd diff --git a/benchmarks/thrulay/pkg-plist b/benchmarks/thrulay/pkg-plist index 582c9a02db10..4db22e63109a 100644 --- a/benchmarks/thrulay/pkg-plist +++ b/benchmarks/thrulay/pkg-plist @@ -6,5 +6,5 @@ lib/libthrulay.a lib/libthrulay.so lib/libthrulay.so.0 lib/libthrulay.so.0.0.0 -man/man1/thrulay.1.gz -man/man8/thrulayd.8.gz +share/man/man1/thrulay.1.gz +share/man/man8/thrulayd.8.gz |