diff --git a/net/gotthard/Makefile b/net/gotthard/Makefile index 73d393e8243f..ba90c3034726 100644 --- a/net/gotthard/Makefile +++ b/net/gotthard/Makefile @@ -1,15 +1,16 @@ PORTNAME= gotthard PORTVERSION= 1.3 +PORTREVISION= 1 CATEGORIES= net MASTER_SITES= http://www.nazgul.ch/dev/ MAINTAINER= ports@FreeBSD.org COMMENT= Ssh through https proxy tunnel WWW= http://www.nazgul.ch/dev.html do-install: ${INSTALL_PROGRAM} ${WRKSRC}/gotthard ${STAGEDIR}${PREFIX}/bin - ${INSTALL_MAN} ${WRKSRC}/gotthard.8 ${STAGEDIR}${PREFIX}/man/man8 + ${INSTALL_MAN} ${WRKSRC}/gotthard.8 ${STAGEDIR}${PREFIX}/share/man/man8 ${INSTALL_DATA} ${WRKSRC}/gotthard.conf ${STAGEDIR}${PREFIX}/etc/gotthard.conf.sample .include diff --git a/net/gotthard/pkg-plist b/net/gotthard/pkg-plist index d19a3679f708..21acdc06228a 100644 --- a/net/gotthard/pkg-plist +++ b/net/gotthard/pkg-plist @@ -1,3 +1,3 @@ bin/gotthard @sample etc/gotthard.conf.sample -man/man8/gotthard.8.gz +share/man/man8/gotthard.8.gz