diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2006-05-31 15:24:49 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2006-05-31 15:24:49 +0000 |
commit | 32f036d954c79afe996e53648432cfeabc7133fc (patch) | |
tree | 53b94208e0a7b48454e2ca124a1c2e9629339ef7 /games/pipepanic | |
parent | a4c34472721f6c152536240bae565fb12202716e (diff) |
Add an additional mirror
Approved by: maintainer
Notes
Notes:
svn path=/head/; revision=164085
Diffstat (limited to 'games/pipepanic')
-rw-r--r-- | games/pipepanic/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/games/pipepanic/Makefile b/games/pipepanic/Makefile index 8c61a0a514ba..02d4b2570adf 100644 --- a/games/pipepanic/Makefile +++ b/games/pipepanic/Makefile @@ -8,7 +8,9 @@ PORTNAME= pipepanic PORTVERSION= 0.1.3 CATEGORIES= games -MASTER_SITES= http://www.users.waitrose.com/~thunor/pipepanic/dload/ +MASTER_SITES= http://www.users.waitrose.com/~thunor/pipepanic/dload/ \ + ${MASTER_SITE_LOCAL} +MASTER_SITE_SUBDIR= ehaupt DISTNAME= ${PORTNAME}-${PORTVERSION}-source MAINTAINER= amdmi3@mail.ru |