diff options
author | wes <wes@FreeBSD.org> | 2002-12-09 06:18:25 +0000 |
---|---|---|
committer | wes <wes@FreeBSD.org> | 2002-12-09 06:18:25 +0000 |
commit | 978107cab753fd52f9e30c4a91a380bacdc196e4 (patch) | |
tree | 972b23107f81157fde859dff470db31c7297ab9f /sysutils/obliterate | |
parent | cbf15a109294453bf665f77fb6502f479984222d (diff) | |
download | FreeBSD-ports-978107cab753fd52f9e30c4a91a380bacdc196e4.zip FreeBSD-ports-978107cab753fd52f9e30c4a91a380bacdc196e4.tar.gz |
Move source to MASTER_SITE_LOCAL, since ftp.softweyr.com is gone.
Diffstat (limited to 'sysutils/obliterate')
-rw-r--r-- | sysutils/obliterate/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/sysutils/obliterate/Makefile b/sysutils/obliterate/Makefile index 3cdbafc..61b9e89 100644 --- a/sysutils/obliterate/Makefile +++ b/sysutils/obliterate/Makefile @@ -7,9 +7,11 @@ PORTNAME= obliterate PORTVERSION= 0.4 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= sysutils -MASTER_SITES= ftp://ftp.softweyr.com/pub/softweyr/ +MASTER_SITES= ${MASTER_SITE_LOCAL} +MASTER_SITE_SUBDIR= wes + MAINTAINER= wes@softweyr.com |