diff --git a/www/ffproxy/Makefile b/www/ffproxy/Makefile index ee8d9fad6e0c..ffebd5b0927d 100644 --- a/www/ffproxy/Makefile +++ b/www/ffproxy/Makefile @@ -1,18 +1,20 @@ PORTNAME= ffproxy PORTVERSION= 1.6 +PORTREVISION= 1 CATEGORIES= www MASTER_SITES= http://${PORTNAME}.sourceforge.net/${PORTNAME}/ \ http://www.sourcefiles.org/System/Daemons/Proxy/ \ http://www.nevm.de/${PORTNAME}/ \ http://faith.eu.org/${PORTNAME}/ MAINTAINER= ports@FreeBSD.org COMMENT= Filtering HTTP proxy server WWW= https://ffproxy.sourceforge.net LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING GNU_CONFIGURE= yes +GNU_CONFIGURE_MANPREFIX=${PREFIX}/share .include diff --git a/www/ffproxy/pkg-plist b/www/ffproxy/pkg-plist index 4eb9d843a789..a0c195df4b91 100644 --- a/www/ffproxy/pkg-plist +++ b/www/ffproxy/pkg-plist @@ -1,23 +1,23 @@ bin/ffproxy @sample etc/ffproxy.conf.sample -man/man5/ffproxy.conf.5.gz -man/man7/ffproxy.quick.7.gz -man/man8/ffproxy.8.gz +share/man/man5/ffproxy.conf.5.gz +share/man/man7/ffproxy.quick.7.gz +share/man/man8/ffproxy.8.gz %%DATADIR%%/db/access.dyndns %%DATADIR%%/db/access.host %%DATADIR%%/db/access.ip %%DATADIR%%/db/filter.header.add %%DATADIR%%/db/filter.header.drop %%DATADIR%%/db/filter.header.entry %%DATADIR%%/db/filter.header.match %%DATADIR%%/db/filter.host.match %%DATADIR%%/db/filter.rheader.drop %%DATADIR%%/db/filter.rheader.entry %%DATADIR%%/db/filter.rheader.match %%DATADIR%%/db/filter.url.match %%DATADIR%%/html/connect %%DATADIR%%/html/filtered %%DATADIR%%/html/invalid %%DATADIR%%/html/post %%DATADIR%%/html/resolve %%DATADIR%%/sample.config