diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2015-01-06 09:37:52 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2015-01-06 09:37:52 +0000 |
commit | d2a1a8b7bf4967a7c081cca8abb00becc08a30aa (patch) | |
tree | 49ea133874748b4b2418bec3ed83efa6826587c6 /games/textmaze | |
parent | 2ffa0bbce4728a0dafad35636edf9b92b799cfd2 (diff) |
Move MASTER_SITES from CRITICAL to LOCAL/ehaupt
Notes
Notes:
svn path=/head/; revision=376395
Diffstat (limited to 'games/textmaze')
-rw-r--r-- | games/textmaze/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/textmaze/Makefile b/games/textmaze/Makefile index 533b541337f6..d57f626326cc 100644 --- a/games/textmaze/Makefile +++ b/games/textmaze/Makefile @@ -5,7 +5,7 @@ PORTNAME= textmaze PORTVERSION= 1.2 CATEGORIES= games perl5 MASTER_SITES= http://www.robobunny.com/projects/textmaze/ \ - CRITICAL + LOCAL/ehaupt DISTNAME= ${PORTNAME}_v${PORTVERSION} MAINTAINER= ehaupt@FreeBSD.org |