diff options
author | Michael Nottebrock <lofi@FreeBSD.org> | 2005-03-01 12:51:59 +0000 |
---|---|---|
committer | Michael Nottebrock <lofi@FreeBSD.org> | 2005-03-01 12:51:59 +0000 |
commit | f5f6cc4231a8809b8b076c126bcf434a83861e80 (patch) | |
tree | 5eb3b5a1d90d1e1beb0c6ae182214ab399446abf /www/akregator | |
parent | c3263236a0f4e50cbbb72016cbcdd47f0627e0fc (diff) | |
download | ports-f5f6cc4231a8809b8b076c126bcf434a83861e80.tar.gz ports-f5f6cc4231a8809b8b076c126bcf434a83861e80.zip |
Notes
Diffstat (limited to 'www/akregator')
-rw-r--r-- | www/akregator/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/www/akregator/Makefile b/www/akregator/Makefile index dd9d727e17c1..d01a51a0bb07 100644 --- a/www/akregator/Makefile +++ b/www/akregator/Makefile @@ -8,9 +8,8 @@ PORTNAME= akregator PORTVERSION= 1.0.b8 PORTREVISION= 2 CATEGORIES= www kde -#MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -#MASTER_SITE_SUBDIR= ${PORTNAME} -MASTER_SITES= http://people.freebsd.org/~lofi/ +MASTER_SITES= ${MASTER_SITE_LOCAL} +MASTER_SITE_SUBDIR=lofi DISTNAME= ${PORTNAME}-${PORTVERSION:S/.b/_beta/} MAINTAINER= ports@FreeBSD.org |