diff options
author | Will Andrews <will@FreeBSD.org> | 2000-06-20 21:03:27 +0000 |
---|---|---|
committer | Will Andrews <will@FreeBSD.org> | 2000-06-20 21:03:27 +0000 |
commit | b2b7eb77b4da63f6de6f03ddd94e9595cbf967c5 (patch) | |
tree | f8642ae9ca86330073b3dc651db6a8718d294668 /emulators/tuxnes | |
parent | cd0398bf4ba9af4c25875bf848510b92ae71f4e3 (diff) | |
download | ports-b2b7eb77b4da63f6de6f03ddd94e9595cbf967c5.tar.gz ports-b2b7eb77b4da63f6de6f03ddd94e9595cbf967c5.zip |
Notes
Diffstat (limited to 'emulators/tuxnes')
-rw-r--r-- | emulators/tuxnes/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/emulators/tuxnes/Makefile b/emulators/tuxnes/Makefile index 79513f47fa3f..4ffe8ff91238 100644 --- a/emulators/tuxnes/Makefile +++ b/emulators/tuxnes/Makefile @@ -8,8 +8,9 @@ PORTNAME= tuxnes PORTVERSION= 0.73 CATEGORIES= emulators -MASTER_SITES= http://people.freebsd.org/~asmodai/mirror/ \ +MASTER_SITES= ${MASTER_SITE_LOCAL} \ http://tmmm.simplenet.com/tuxnes/packages/ +MASTER_SITE_SUBDIR= asmodai MAINTAINER= asmodai@freebsd.org |