diff options
author | Renato Botelho <garga@FreeBSD.org> | 2006-05-30 17:20:11 +0000 |
---|---|---|
committer | Renato Botelho <garga@FreeBSD.org> | 2006-05-30 17:20:11 +0000 |
commit | 5d0e56a2694ef68955d2c4b1b332eb84c377d1a3 (patch) | |
tree | 64947531938305af9dfd7122b3a43eb2b2442b0d /emulators/vpce | |
parent | - Patch strip for everyone! (diff) |
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 'emulators/vpce')
-rw-r--r-- | emulators/vpce/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/emulators/vpce/Makefile b/emulators/vpce/Makefile index 614c4d680118..6c34dc5a41c5 100644 --- a/emulators/vpce/Makefile +++ b/emulators/vpce/Makefile @@ -9,7 +9,8 @@ PORTNAME= vpce PORTVERSION= 0.3f PORTREVISION= 1 CATEGORIES= emulators -MASTER_SITES= http://freebsd.unixfreunde.de/sources/ +MASTER_SITES= http://www.geocities.com/SiliconValley/Way/3340/ \ + http://freebsd.unixfreunde.de/sources/ DISTNAME= ${PORTNAME}${PORTVERSION:S/.//}_freebsd EXTRACT_SUFX= .tgz |