From dee4bdbc74262ef5a7e552fead60f2f6f77fce20 Mon Sep 17 00:00:00 2001 From: amdmi3 Date: Tue, 6 Dec 2016 11:06:42 +0000 Subject: Use DIST_SUBDIRs on my mirror to mimic DISTDIR hierarchy, simplify mirroring and fix some portscount false positives --- games/luola/Makefile | 2 +- games/opentyrian/Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'games') diff --git a/games/luola/Makefile b/games/luola/Makefile index 4a1e142a9a6e..934fd488ffc3 100644 --- a/games/luola/Makefile +++ b/games/luola/Makefile @@ -5,7 +5,7 @@ PORTNAME= luola PORTVERSION= 1.3.2 PORTREVISION= 5 CATEGORIES= games -MASTER_SITES= http://mirror.amdmi3.ru/distfiles/ # master site gone +MASTER_SITES= http://mirror.amdmi3.ru/distfiles/${DIST_SUBDIR}/ # master site gone DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \ stdlevels-6.0${EXTRACT_SUFX} \ nostalgia-1.2${EXTRACT_SUFX} diff --git a/games/opentyrian/Makefile b/games/opentyrian/Makefile index bb823a0f8ac1..0489ece65569 100644 --- a/games/opentyrian/Makefile +++ b/games/opentyrian/Makefile @@ -5,7 +5,7 @@ PORTNAME= opentyrian PORTVERSION= 2.1.20130907 CATEGORIES= games MASTER_SITES= https://bitbucket.org/opentyrian/opentyrian/get/ \ - http://mirror.amdmi3.ru/distfiles/ + http://mirror.amdmi3.ru/distfiles/${DIST_SUBDIR}/ DISTNAME= ${PORTVERSION} DIST_SUBDIR= opentyrian -- cgit