diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2001-07-16 00:21:58 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2001-07-16 00:21:58 +0000 |
commit | 280731647056ef975b8d2c2b7c16c0b798fc4094 (patch) | |
tree | 514d816fd9a588a44cf2614bb574fb17edff8a2f /www/adzap | |
parent | 8a364158115fdab41ef788ad1808f3f8447dde02 (diff) | |
download | ports-280731647056ef975b8d2c2b7c16c0b798fc4094.tar.gz ports-280731647056ef975b8d2c2b7c16c0b798fc4094.zip |
Add the distfile to MASTER_SITE_LOCAL to deal with the fact that the
author only keeps the latest revision online, and updates it every 4 days
or so.
Notes
Notes:
svn path=/head/; revision=45153
Diffstat (limited to 'www/adzap')
-rw-r--r-- | www/adzap/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/www/adzap/Makefile b/www/adzap/Makefile index 2c7c5034823c..b51b55ddcc1a 100644 --- a/www/adzap/Makefile +++ b/www/adzap/Makefile @@ -7,7 +7,9 @@ PORTNAME= adzap PORTVERSION= 20010715 CATEGORIES= www perl5 -MASTER_SITES= http://www.zip.com.au/~cs/adzap/ +MASTER_SITES= http://www.zip.com.au/~cs/adzap/ \ + ${MASTER_SITE_LOCAL} +MASTER_SITE_SUBDIR=kris MAINTAINER= kris@FreeBSD.org |