Skip to content

Commit

Permalink
dns/pdnsd: Move man pages to share/man
Browse files Browse the repository at this point in the history
Approved by:	portmgr (blanket)
  • Loading branch information
nunotexbsd committed Mar 7, 2024
1 parent 907390f commit 3d7f8f8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions dns/pdnsd/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
PORTNAME= pdnsd
PORTVERSION= 1.2.9a
PORTREVISION= 1
CATEGORIES= dns
MASTER_SITES= http://members.home.nl/p.a.rombouts/pdnsd/releases/ \
http://distfiles.pirateparty.in/ashish/
Expand All @@ -13,6 +14,7 @@ LICENSE= GPLv3
LICENSE_FILE= ${WRKSRC}/COPYING

GNU_CONFIGURE= yes
GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share
USES= cpe gmake
USE_RC_SUBR= pdnsd
CONFIGURE_ARGS= --with-cachedir=${PDNSDB} \
Expand Down
6 changes: 3 additions & 3 deletions dns/pdnsd/pkg-plist
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
@sample etc/pdnsd.conf.sample
man/man5/pdnsd.conf.5.gz
man/man8/pdnsd-ctl.8.gz
man/man8/pdnsd.8.gz
sbin/pdnsd
sbin/pdnsd-ctl
%%PORTDOCS%%%%DOCSDIR%%/dl.html
Expand All @@ -11,4 +8,7 @@ sbin/pdnsd-ctl
%%PORTDOCS%%%%DOCSDIR%%/faq.txt
%%PORTDOCS%%%%DOCSDIR%%/intro.txt
%%PORTDOCS%%%%DOCSDIR%%/manual.txt
share/man/man5/pdnsd.conf.5.gz
share/man/man8/pdnsd-ctl.8.gz
share/man/man8/pdnsd.8.gz
@dir(nobody,,755) /var/db/pdnsd

0 comments on commit 3d7f8f8

Please sign in to comment.