Skip to content

Commit

Permalink
security/hitch: 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 21, 2024
1 parent fe72f1e commit d211c3c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions security/hitch/Makefile
@@ -1,5 +1,6 @@
PORTNAME= hitch
PORTVERSION= 1.8.0
PORTREVISION= 1
CATEGORIES= security
MASTER_SITES= http://hitch-tls.org/source/ \
ZI
Expand All @@ -18,6 +19,7 @@ GROUPS= hitch

USES= pkgconfig ssl
GNU_CONFIGURE= yes
GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share
CONFIGURE_ARGS= --localstatedir=/var/run
CONFIGURE_ENV= CRYPTO_CFLAGS="-I${OPENSSLINC}" CRYPTO_LIBS="-L${OPENSSLLIB}" \
SSL_CFLAGS="-I${OPENSSLINC}" SSL_LIBS="-L${OPENSSLLIB}"
Expand Down
4 changes: 2 additions & 2 deletions security/hitch/pkg-plist
@@ -1,8 +1,8 @@
man/man5/hitch.conf.5.gz
man/man8/hitch.8.gz
sbin/hitch
%%PORTDOCS%%%%DOCSDIR%%/CHANGES.rst
%%PORTDOCS%%%%DOCSDIR%%/README.md
%%PORTDOCS%%%%DOCSDIR%%/hitch.conf.example
share/man/man5/hitch.conf.5.gz
share/man/man8/hitch.8.gz
@sample etc/hitch.conf.sample
@dir(hitch,hitch,) %%CACHE_DIR%%

0 comments on commit d211c3c

Please sign in to comment.