diff --git a/security/openiked/Makefile b/security/openiked/Makefile index d4d1b8d516fb..4e5ee3b35455 100644 --- a/security/openiked/Makefile +++ b/security/openiked/Makefile @@ -1,34 +1,36 @@ PORTNAME= openiked PORTVERSION= 2.2 +PORTREVISION= 1 CATEGORIES= security net MAINTAINER= marcel@FreeBSD.org COMMENT= IKEv2 daemon WWW= https://github.com/xcllnt/openiked LICENSE= ISCL LIB_DEPENDS= libevent.so:devel/libevent USES= autoreconf libtool ssl CONFLICTS_INSTALL= openiked-portable[0-9]* USE_GITHUB= yes GH_ACCOUNT= xcllnt USE_RC_SUBR= iked USERS= _iked GROUPS= _iked GNU_CONFIGURE= yes +GNU_CONFIGURE_MANPREFIX=${PREFIX}/share INSTALL_TARGET= install-strip CONFIGURE_ARGS= --with-libevent-dir=${PREFIX} --with-mantype=man post-install: ${MV} ${STAGEDIR}${PREFIX}/etc/ikeca.cnf \ ${STAGEDIR}${PREFIX}/etc/ikeca.cnf.sample ${MV} ${STAGEDIR}${PREFIX}/etc/iked.conf \ ${STAGEDIR}${PREFIX}/etc/iked.conf.sample .include diff --git a/security/openiked/pkg-plist b/security/openiked/pkg-plist index 42f2b0a0ba38..d0b202daae26 100644 --- a/security/openiked/pkg-plist +++ b/security/openiked/pkg-plist @@ -1,15 +1,15 @@ @sample etc/ikeca.cnf.sample @sample etc/iked.conf.sample -man/man5/iked.conf.5.gz -man/man8/ikectl.8.gz -man/man8/iked.8.gz sbin/ikectl sbin/iked +share/man/man5/iked.conf.5.gz +share/man/man8/ikectl.8.gz +share/man/man8/iked.8.gz @dir etc/iked/ca @dir etc/iked/certs @dir etc/iked/crls @dir(,,700) etc/iked/private @dir etc/iked/pubkeys/fqdn @dir etc/iked/pubkeys/ipv4 @dir etc/iked/pubkeys/ipv6 @dir etc/iked/pubkeys/ufqdn