diff options
author | kevlo <kevlo@FreeBSD.org> | 2003-04-11 16:57:11 +0800 |
---|---|---|
committer | kevlo <kevlo@FreeBSD.org> | 2003-04-11 16:57:11 +0800 |
commit | 7c3b48d78ec7d709eb1242180c2ef5896451bd7c (patch) | |
tree | 75d67e62b783a4aae9278cf0c8402cb042b60178 /net | |
parent | 7eb8211bd3ffdd9c4dac823bbb4fa1dd4069c6b3 (diff) | |
download | freebsd-ports-gnome-7c3b48d78ec7d709eb1242180c2ef5896451bd7c.tar.gz freebsd-ports-gnome-7c3b48d78ec7d709eb1242180c2ef5896451bd7c.tar.zst freebsd-ports-gnome-7c3b48d78ec7d709eb1242180c2ef5896451bd7c.zip |
- Update MASTER_SITES
- Drop maintainership
Diffstat (limited to 'net')
-rw-r--r-- | net/vtun/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/net/vtun/Makefile b/net/vtun/Makefile index 9a62caba8002..36ee04ad9916 100644 --- a/net/vtun/Makefile +++ b/net/vtun/Makefile @@ -8,9 +8,10 @@ PORTNAME= vtun PORTVERSION= 2.5 CATEGORIES= net -MASTER_SITES= http://vtun.sourceforge.net/ +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= ${PORTNAME} -MAINTAINER= kevlo@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Virtual Tunnels over TCP/IP networks with traffic shaping LIB_DEPENDS= lzo.1:${PORTSDIR}/archivers/lzo |