diff options
author | Renato Botelho <garga@FreeBSD.org> | 2024-01-15 21:19:43 +0000 |
---|---|---|
committer | Renato Botelho <garga@FreeBSD.org> | 2024-01-15 21:37:36 +0000 |
commit | 052d7090f40f43fe885603dd5eea12157992c5ff (patch) | |
tree | 8c5478f72e0edd960746b2fe11354ac2ed63748f | |
parent | 545f42a44886fd11e11fcb4c25e9c510b00eb156 (diff) |
net/rinetd: Move manpages to ${PREFIX}/share
Sponsored by: Rubicon Communications, LLC ("Netgate")
-rw-r--r-- | net/rinetd/Makefile | 3 | ||||
-rw-r--r-- | net/rinetd/pkg-plist | 2 |
2 files changed, 3 insertions, 2 deletions
diff --git a/net/rinetd/Makefile b/net/rinetd/Makefile index 77953982b81f..ca7818c5c765 100644 --- a/net/rinetd/Makefile +++ b/net/rinetd/Makefile @@ -1,5 +1,6 @@ PORTNAME= rinetd PORTVERSION= 0.73 +PORTREVISION= 1 DISTVERSIONPREFIX= v CATEGORIES= net @@ -15,7 +16,7 @@ GH_ACCOUNT= samhocevar GH_TAGNAME= d4e0a60 USE_RC_SUBR= rinetd -GNU_CONFIGURE= yes +HAS_CONFIGURE= yes PORTDOCS= index.html diff --git a/net/rinetd/pkg-plist b/net/rinetd/pkg-plist index 68d5d034e753..4942042aa806 100644 --- a/net/rinetd/pkg-plist +++ b/net/rinetd/pkg-plist @@ -1,3 +1,3 @@ @sample etc/rinetd.conf.sample sbin/rinetd -man/man8/rinetd.8.gz +share/man/man8/rinetd.8.gz |