Skip to content

Commit

Permalink
dns/inadyn: 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 d743654 commit 907390f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions dns/inadyn/Makefile
@@ -1,5 +1,6 @@
PORTNAME= inadyn
PORTVERSION= 2.12.0
PORTREVISION= 1
CATEGORIES= dns
MASTER_SITES= https://github.com/troglobit/${PORTNAME}/releases/download/v${PORTVERSION}/

Expand All @@ -16,6 +17,7 @@ RUN_DEPENDS= ca_root_nss>=0:security/ca_root_nss
USES= pkgconfig tar:xz

GNU_CONFIGURE= yes
GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share

USERS= inadyn
GROUPS= inadyn
Expand Down
4 changes: 2 additions & 2 deletions dns/inadyn/pkg-plist
@@ -1,6 +1,4 @@
@sample(inadyn,inadyn,640) etc/inadyn.conf.sample
man/man5/inadyn.conf.5.gz
man/man8/inadyn.8.gz
sbin/inadyn
%%PORTDOCS%%%%DOCSDIR%%/COPYING
%%PORTDOCS%%%%DOCSDIR%%/ChangeLog.md
Expand All @@ -15,5 +13,7 @@ sbin/inadyn
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cloudflare-ipv4-only.conf
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cloudflare-ipv6-only.conf
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/duckdns.conf
share/man/man5/inadyn.conf.5.gz
share/man/man8/inadyn.8.gz
@dir(inadyn,inadyn,) /var/cache/inadyn
@dir(inadyn,inadyn,) /var/run/inadyn

0 comments on commit 907390f

Please sign in to comment.