diff options
author | kris <kris@FreeBSD.org> | 2001-07-16 08:21:58 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2001-07-16 08:21:58 +0800 |
commit | fcd2d88c313ecf0e1a99a9f615b83e97da1d0fb6 (patch) | |
tree | af57b27c2d4aab51bee1f7884a9398470388f508 /www | |
parent | 4c87ddb21092800afcd15fe01755aab9763a8c82 (diff) | |
download | freebsd-ports-gnome-fcd2d88c313ecf0e1a99a9f615b83e97da1d0fb6.tar.gz freebsd-ports-gnome-fcd2d88c313ecf0e1a99a9f615b83e97da1d0fb6.tar.zst freebsd-ports-gnome-fcd2d88c313ecf0e1a99a9f615b83e97da1d0fb6.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.
Diffstat (limited to 'www')
-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 |