diff --git a/net/sniproxy/Makefile b/net/sniproxy/Makefile index 4d73acb161d3..0b53dda1e6ae 100644 --- a/net/sniproxy/Makefile +++ b/net/sniproxy/Makefile @@ -1,41 +1,43 @@ PORTNAME= sniproxy DISTVERSION= 0.6.1 +PORTREVISION= 1 CATEGORIES= net MAINTAINER= krion@FreeBSD.org COMMENT= Proxy that routes based on TLS server name extension WWW= https://github.com/dlundquist/sniproxy LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libev.so:devel/libev \ libpcre.so:devel/pcre \ libudns.so:dns/udns USES= autoreconf:build gettext pkgconfig SUB_FILES= pkg-message USE_RC_SUBR= sniproxy USE_GITHUB= yes GH_ACCOUNT= dlundquist GNU_CONFIGURE= yes +GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share USE_LDCONFIG= yes -PLIST_FILES= man/man5/sniproxy.conf.5.gz \ - man/man8/sniproxy.8.gz \ +PLIST_FILES= share/man/man5/sniproxy.conf.5.gz \ + share/man/man8/sniproxy.8.gz \ sbin/sniproxy \ "@sample etc/sniproxy.conf.sample" pre-configure: cd ${WRKSRC} && ${SH} autogen.sh post-patch: @${REINPLACE_CMD} -e 's|/var/tmp/|/var/run/|' ${WRKSRC}/${PORTNAME}.conf post-install:: ${INSTALL_DATA} ${WRKSRC}/sniproxy.conf ${STAGEDIR}${PREFIX}/etc/sniproxy.conf.sample .include