diff options
author | James E. Housley <jeh@FreeBSD.org> | 2000-11-11 13:51:34 +0000 |
---|---|---|
committer | James E. Housley <jeh@FreeBSD.org> | 2000-11-11 13:51:34 +0000 |
commit | 019971f83bd81e07ddea5f3a6c49c8a4572ea1a3 (patch) | |
tree | 4cc3b94459f2cc2212fb58d602a1def19acef77f /www | |
parent | gulim10b sum updated again. I mailed to the author of this file (diff) |
Make "MASTER_SITES" more proper.
Submitted by: Steve Price
Diffstat (limited to 'www')
-rw-r--r-- | www/mod_zap/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/mod_zap/Makefile b/www/mod_zap/Makefile index 4ca35cc886f7..290fade470b5 100644 --- a/www/mod_zap/Makefile +++ b/www/mod_zap/Makefile @@ -9,7 +9,8 @@ PORTNAME= mod_zap PORTVERSION= 1.0 CATEGORIES= www MASTER_SITES= ftp://ftp.indexdata.dk/pub/yaz/ \ - http://people.FreeBSD.org/~jeh/ + ${MASTER_SITE_LOCAL} +MASTER_SITE_SUBDIR= jeh DISTNAME= zap-${PORTVERSION} MAINTAINER= dima@Chg.RU |