mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 01:26:39 -04:00
dns/drool: Moved man to share/man
Approved by: portmgr (blanket)
This commit is contained in:
parent
0a7e8912b7
commit
14334a2943
2 changed files with 5 additions and 3 deletions
|
@ -1,5 +1,6 @@
|
||||||
PORTNAME= drool
|
PORTNAME= drool
|
||||||
DISTVERSION= 2.0.0
|
DISTVERSION= 2.0.0
|
||||||
|
PORTREVISION= 1
|
||||||
CATEGORIES= dns
|
CATEGORIES= dns
|
||||||
MASTER_SITES= https://www.dns-oarc.net/files/drool/
|
MASTER_SITES= https://www.dns-oarc.net/files/drool/
|
||||||
|
|
||||||
|
@ -15,6 +16,7 @@ BUILD_DEPENDS= ${MY_DEPENDS}
|
||||||
RUN_DEPENDS= ${MY_DEPENDS}
|
RUN_DEPENDS= ${MY_DEPENDS}
|
||||||
|
|
||||||
GNU_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
|
GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
|
||||||
|
|
||||||
OPTIONS_DEFINE= DATADIR
|
OPTIONS_DEFINE= DATADIR
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
bin/drool
|
bin/drool
|
||||||
man/man1/drool.1.gz
|
share/man/man1/drool.1.gz
|
||||||
man/man1/drool-replay.1.gz
|
share/man/man1/drool-replay.1.gz
|
||||||
man/man1/drool-respdiff.1.gz
|
share/man/man1/drool-respdiff.1.gz
|
||||||
%%DATADIR%%/lib/drool/replay.lua
|
%%DATADIR%%/lib/drool/replay.lua
|
||||||
%%DATADIR%%/lib/drool/respdiff.lua
|
%%DATADIR%%/lib/drool/respdiff.lua
|
||||||
|
|
Loading…
Add table
Reference in a new issue