diff --git a/net/jumpgate/Makefile b/net/jumpgate/Makefile index 66ddcc1705b2..1bec029ed064 100644 --- a/net/jumpgate/Makefile +++ b/net/jumpgate/Makefile @@ -1,17 +1,18 @@ PORTNAME= jumpgate PORTVERSION= 0.7 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net MASTER_SITES= http://jumpgate.sourceforge.net/ MAINTAINER= hrs@FreeBSD.org COMMENT= TCP connection forwarder WWW= https://jumpgate.sourceforge.net/ LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE GNU_CONFIGURE= yes -PLIST_FILES= man/man8/jumpgate.8.gz sbin/jumpgate +GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share +PLIST_FILES= sbin/jumpgate share/man/man8/jumpgate.8.gz .include