diff options
author | garga <garga@FreeBSD.org> | 2006-05-30 17:20:11 +0000 |
---|---|---|
committer | garga <garga@FreeBSD.org> | 2006-05-30 17:20:11 +0000 |
commit | 68d09eedfa2d8f08349be9e78fac3432d1b2cd3f (patch) | |
tree | 44bf32c97c296612e1667835ba8c09769b6e966a /misc/wotsap | |
parent | d316842e5d5933221ea9e4e6de0f708cdb801bb8 (diff) | |
download | FreeBSD-ports-68d09eedfa2d8f08349be9e78fac3432d1b2cd3f.zip FreeBSD-ports-68d09eedfa2d8f08349be9e78fac3432d1b2cd3f.tar.gz |
I've committed MASTER_SITES changes proposed by Marin Wilke some days ago,
but, the correct way is preserve original MASTER_SITE and add
freebsd.unixfreunde.de just as a backup, I'm doing it right now, restoring
original preserving the Martin's proposed backup.
Diffstat (limited to 'misc/wotsap')
-rw-r--r-- | misc/wotsap/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/misc/wotsap/Makefile b/misc/wotsap/Makefile index 212cc87..d51f7ce 100644 --- a/misc/wotsap/Makefile +++ b/misc/wotsap/Makefile @@ -9,7 +9,8 @@ PORTNAME= wotsap PORTVERSION= 0.6 CATEGORIES= misc -MASTER_SITES= http://freebsd.unixfreunde.de/sources/ +MASTER_SITES= http://www.lysator.liu.se/~jc/wotsap/download/ \ + http://freebsd.unixfreunde.de/sources/ EXTRACT_SUFX= .tgz MAINTAINER= ports@FreeBSD.org |