diff --git a/net/simpleproxy/Makefile b/net/simpleproxy/Makefile index e02eef075e75..68731d430524 100644 --- a/net/simpleproxy/Makefile +++ b/net/simpleproxy/Makefile @@ -1,15 +1,16 @@ PORTNAME= simpleproxy PORTVERSION= 3.4 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net MASTER_SITES= SF MAINTAINER= pluknet@gmail.com COMMENT= Simple TCP proxy WWW= http://www.crocodile.org/software.html GNU_CONFIGURE= yes +GNU_CONFIGURE_MANPREFIX=${PREFIX}/share -PLIST_FILES= bin/${PORTNAME} man/man1/${PORTNAME}.1.gz +PLIST_FILES= bin/${PORTNAME} share/man/man1/${PORTNAME}.1.gz .include