Skip to content

Commit

Permalink
dns/powerdns-recursor: Moved man to share/man
Browse files Browse the repository at this point in the history
Approved by:    portmgr (blanket)
  • Loading branch information
5u623l20 committed Feb 23, 2024
1 parent 54f6a48 commit 865c548
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
5 changes: 3 additions & 2 deletions dns/powerdns-recursor/Makefile
@@ -1,6 +1,6 @@
PORTNAME= recursor
DISTVERSION= 5.0.2
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= dns
MASTER_SITES= http://downloads.powerdns.com/releases/
PKGNAMEPREFIX= powerdns-
Expand Down Expand Up @@ -29,7 +29,8 @@ USES= autoreconf cargo compiler:c++11-lib cpe gmake libtool \
CPE_VENDOR= powerdns
USE_RC_SUBR= pdns-recursor

GNU_CONFIGURE= YES
GNU_CONFIGURE= yes
GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
CONFIGURE_ARGS= --sysconfdir=${PREFIX}/etc/pdns \
--with-libsodium=no \
--with-service-user=pdns \
Expand Down
4 changes: 2 additions & 2 deletions dns/powerdns-recursor/pkg-plist
Expand Up @@ -2,6 +2,6 @@
etc/pdns/recursor.yml-dist
bin/rec_control
sbin/pdns_recursor
man/man1/pdns_recursor.1.gz
man/man1/rec_control.1.gz
share/man/man1/pdns_recursor.1.gz
share/man/man1/rec_control.1.gz
@dir /var/run/pdns-recursor

0 comments on commit 865c548

Please sign in to comment.