diff options
author | pav <pav@FreeBSD.org> | 2005-10-19 02:22:06 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2005-10-19 02:22:06 +0800 |
commit | c8f6756ab0f198a898b182822dd9e06654317a9d (patch) | |
tree | 318e27341b2dc03934f4554928ec58c473cac87f /games | |
parent | d1a882105869e42272ea86e8f964f6f88d6eb780 (diff) | |
download | freebsd-ports-graphics-c8f6756ab0f198a898b182822dd9e06654317a9d.tar.gz freebsd-ports-graphics-c8f6756ab0f198a898b182822dd9e06654317a9d.tar.zst freebsd-ports-graphics-c8f6756ab0f198a898b182822dd9e06654317a9d.zip |
- Mirror distfiles
Submitted by: Alejandro Pulver <alejandro@varnet.biz> (maintainer)
Diffstat (limited to 'games')
-rw-r--r-- | games/annelid/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/games/annelid/Makefile b/games/annelid/Makefile index bef77b66b77..e1a2dd4a3a9 100644 --- a/games/annelid/Makefile +++ b/games/annelid/Makefile @@ -8,7 +8,9 @@ PORTNAME= annelid PORTVERSION= 1 CATEGORIES= games -MASTER_SITES= http://www.garthgillespie.com/annelid/ +MASTER_SITES= http://www.garthgillespie.com/annelid/ \ + ${MASTER_SITE_LOCAL} +MASTER_SITE_SUBDIR= pav DISTFILES= ${PORTNAME}-src${EXTRACT_SUFX} \ ${PORTNAME}-media${EXTRACT_SUFX} |