Browse Source
benchmarks/thrulay: Moved man to share/man
Approved by: portmgr (blanket)
overlay
Muhammad Moinur Rahman
1 year ago
No known key found for this signature in database
GPG Key ID: BDB9B5A617C0BC91
2 changed files with
4 additions and
3 deletions
-
benchmarks/thrulay/Makefile
-
benchmarks/thrulay/pkg-plist
|
|
@ -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 |
|
|
|
|
|
@ -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 |
|
|
|