diff options
author | krion <krion@FreeBSD.org> | 2004-05-25 13:31:10 +0800 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2004-05-25 13:31:10 +0800 |
commit | 577af80407b6e1f0f45448eb2b15129e764559eb (patch) | |
tree | d57d6c61c04a1ea8425232c5057959f8a13e3c6d /security | |
parent | ca970d885640518b80fac88ae16feabdbc62f463 (diff) | |
download | freebsd-ports-gnome-577af80407b6e1f0f45448eb2b15129e764559eb.tar.gz freebsd-ports-gnome-577af80407b6e1f0f45448eb2b15129e764559eb.tar.zst freebsd-ports-gnome-577af80407b6e1f0f45448eb2b15129e764559eb.zip |
- Remove dead MASTER_SITES
PR: ports/67156
Submitted by: Roman Neuhauser <neuhauser@chello.cz>
Diffstat (limited to 'security')
-rw-r--r-- | security/beecrypt/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/security/beecrypt/Makefile b/security/beecrypt/Makefile index 49a1d2731bae..6bedcceb1b44 100644 --- a/security/beecrypt/Makefile +++ b/security/beecrypt/Makefile @@ -9,8 +9,7 @@ PORTNAME= beecrypt PORTVERSION= 3.1.0 CATEGORIES= security -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \ - http://www.virtualunlimited.com/download/ +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= krion@FreeBSD.org |