diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2008-04-16 21:48:18 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2008-04-16 21:48:18 +0000 |
commit | ea72d955d41cf00121a5ff90c7b01daeb9f167c8 (patch) | |
tree | a75158e135a30232d9fb9e3cf033971124079f80 /emulators/fceux | |
parent | d848120a625afc3b5b8f66c83090ec5098b1df69 (diff) |
- Fix fetch, bsd-unix.org is gone
Notes
Notes:
svn path=/head/; revision=211396
Diffstat (limited to 'emulators/fceux')
-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 |