diff options
| -rw-r--r-- | games/pipepanic/Makefile | 4 | ||||
| -rw-r--r-- | games/solarconquest/Makefile | 4 |
2 files changed, 6 insertions, 2 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 diff --git a/games/solarconquest/Makefile b/games/solarconquest/Makefile index 1c783b66076a..465793067cd7 100644 --- a/games/solarconquest/Makefile +++ b/games/solarconquest/Makefile @@ -8,7 +8,9 @@ PORTNAME= solarconquest PORTVERSION= 0.2 CATEGORIES= games -MASTER_SITES= http://games.sajthelper.com/ +MASTER_SITES= http://games.sajthelper.com/ \ + ${MASTER_SITE_LOCAL} +MASTER_SITE_SUBDIR= ehaupt DISTNAME= SolarConquest MAINTAINER= amdmi3@mail.ru |
