diff options
author | pav <pav@FreeBSD.org> | 2008-04-17 05:48:18 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2008-04-17 05:48:18 +0800 |
commit | 726d6cf1b1231c67d16ff5aaaf21cc19674cbfcb (patch) | |
tree | d50f1ed38ebc86c66f169dbfe55b09441d2eabe5 /emulators/fceux/Makefile | |
parent | 73ded7f017e8e0b527cb495d1d1cfa26af648166 (diff) | |
download | freebsd-ports-gnome-726d6cf1b1231c67d16ff5aaaf21cc19674cbfcb.tar.gz freebsd-ports-gnome-726d6cf1b1231c67d16ff5aaaf21cc19674cbfcb.tar.zst freebsd-ports-gnome-726d6cf1b1231c67d16ff5aaaf21cc19674cbfcb.zip |
- Fix fetch, bsd-unix.org is gone
Diffstat (limited to 'emulators/fceux/Makefile')
-rw-r--r-- | emulators/fceux/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/emulators/fceux/Makefile b/emulators/fceux/Makefile index 3c88aeb37b39..c36f2ef18210 100644 --- a/emulators/fceux/Makefile +++ b/emulators/fceux/Makefile @@ -9,7 +9,8 @@ PORTNAME= fceu PORTVERSION= 0.98.13 PORTREVISION= 3 CATEGORIES= emulators -MASTER_SITES= http://bsd-unix.org/downloads/ +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= fceultra DISTNAME= ${PORTNAME}-${PORTVERSION}-pre.src MAINTAINER= xcas@cox.net |