diff options
author | lioux <lioux@FreeBSD.org> | 2002-07-08 01:22:56 +0000 |
---|---|---|
committer | lioux <lioux@FreeBSD.org> | 2002-07-08 01:22:56 +0000 |
commit | 264dc42d8ccea94cbc7a7e17de41f0a2990b4075 (patch) | |
tree | 37a60f21adb86a6d2df961d0c1930104223f8429 /emulators/vgba-bin | |
parent | 3979983382585ea03f1fa5eb878c131975fc900f (diff) | |
download | FreeBSD-ports-264dc42d8ccea94cbc7a7e17de41f0a2990b4075.zip FreeBSD-ports-264dc42d8ccea94cbc7a7e17de41f0a2990b4075.tar.gz |
Sanitize MASTER_SITES
Diffstat (limited to 'emulators/vgba-bin')
-rw-r--r-- | emulators/vgba-bin/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/emulators/vgba-bin/Makefile b/emulators/vgba-bin/Makefile index 196dec5..1a215a7 100644 --- a/emulators/vgba-bin/Makefile +++ b/emulators/vgba-bin/Makefile @@ -9,8 +9,7 @@ PORTNAME= vgb PORTVERSION= 2.1 PORTEPOCH= 1 CATEGORIES= emulators -MASTER_SITES= http://www.komkon.org/fms/VGB/ \ - http://fms.komkon.org/VGB/ +MASTER_SITES= http://fms.komkon.org/VGB/ PKGNAMESUFFIX= -bin DISTNAME= VGB${PORTVERSION:S/.//}-FreeBSD-80x86-bin EXTRACT_SUFX= .tar.Z |