Skip to content

Commit

Permalink
security/sslsplit: Moved man to share/man
Browse files Browse the repository at this point in the history
  • Loading branch information
5u623l20 committed Jan 30, 2024
1 parent 5f356aa commit d4fa26e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions security/sslsplit/Makefile
@@ -1,6 +1,6 @@
PORTNAME= sslsplit
PORTVERSION= 0.5.5
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= security
MASTER_SITES= http://mirror.roe.ch/rel/sslsplit/

Expand All @@ -18,9 +18,9 @@ LIB_DEPENDS= libevent.so:devel/libevent \

USES= gmake pkgconfig tar:bzip2 uidfix ssl
MAKEFILE= GNUmakefile
MAKE_ENV= MANDIR=${PREFIX}/man INSTALLUID=${UID} INSTALLGID=${GID}
PLIST_FILES= bin/sslsplit man/man1/sslsplit.1.gz \
man/man5/sslsplit.conf.5.gz \
MAKE_ENV= MANDIR=${PREFIX}/share/man INSTALLUID=${UID} INSTALLGID=${GID}
PLIST_FILES= bin/sslsplit share/man/man1/sslsplit.1.gz \
share/man/man5/sslsplit.conf.5.gz \
"@sample %%ETCDIR%%/sslsplit.conf.sample"

.include <bsd.port.options.mk>
Expand Down

0 comments on commit d4fa26e

Please sign in to comment.