diff --git a/net/microsocks/Makefile b/net/microsocks/Makefile index 309cb0ed17bb..f534f12c6fbb 100644 --- a/net/microsocks/Makefile +++ b/net/microsocks/Makefile @@ -3,9 +3,9 @@ PORTNAME= microsocks PORTVERSION= 1.0.1 CATEGORIES= net -MASTER_SITES= http://ftp.barfooze.de/pub/sabotage/tarballs/ +MASTER_SITES= https://ftp.barfooze.de/pub/sabotage/tarballs/ -MAINTAINER= neel@neelc.org +MAINTAINER= sunpoet@FreeBSD.org COMMENT= Multithreaded, small, efficient SOCKS5 server LICENSE= MIT @@ -13,9 +13,9 @@ LICENSE_FILE= ${WRKSRC}/COPYING USES= tar:xz -PLIST_FILES= bin/${PORTNAME} +PLIST_FILES= bin/microsocks do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin + ${INSTALL_PROGRAM} ${WRKSRC}/microsocks ${STAGEDIR}${PREFIX}/bin .include diff --git a/net/microsocks/pkg-descr b/net/microsocks/pkg-descr index 3256eec74aad..b7b14e8e2690 100644 --- a/net/microsocks/pkg-descr +++ b/net/microsocks/pkg-descr @@ -1,5 +1,4 @@ -MicroSocks is a SOCKS5 service that you can run on your remote boxes -to tunnel connections through them, if for some reason SSH does not -cut it for you. +MicroSocks is a SOCKS5 service that you can run on your remote boxes to tunnel +connections through them, if for some reason SSH doesn't cut it for you. WWW: https://github.com/rofl0r/microsocks