diff options
author | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2002-07-08 01:22:56 +0000 |
---|---|---|
committer | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2002-07-08 01:22:56 +0000 |
commit | 5e6d5d9e2a81d2f786ef8748c73559f62c8dd558 (patch) | |
tree | e044d57362dc635f49040c267e2bb3395e998746 | |
parent | o Sanitize MASTER_SITES (diff) |
Sanitize MASTER_SITES
Notes
Notes:
svn path=/head/; revision=62626
-rw-r--r-- | emulators/vgb-bin/Makefile | 3 | ||||
-rw-r--r-- | emulators/vgba-bin/Makefile | 3 |
2 files changed, 2 insertions, 4 deletions
diff --git a/emulators/vgb-bin/Makefile b/emulators/vgb-bin/Makefile index 196dec5514dd..1a215a747909 100644 --- a/emulators/vgb-bin/Makefile +++ b/emulators/vgb-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 diff --git a/emulators/vgba-bin/Makefile b/emulators/vgba-bin/Makefile index 196dec5514dd..1a215a747909 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 |