diff options
author | wulf <wulf@pkgsrc.org> | 2004-03-04 22:28:38 +0000 |
---|---|---|
committer | wulf <wulf@pkgsrc.org> | 2004-03-04 22:28:38 +0000 |
commit | dbd35e9af0df9f84643427a304c522c205eb72ed (patch) | |
tree | 80a6afadfab771b1729868e5b369b9f004985d48 /ham | |
parent | b6025c92d3225074477070913ad0f9568f7ec661 (diff) | |
download | pkgsrc-dbd35e9af0df9f84643427a304c522c205eb72ed.tar.gz |
Fixed malformed home page URL
Diffstat (limited to 'ham')
-rw-r--r-- | ham/xlog/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ham/xlog/Makefile b/ham/xlog/Makefile index 611964f12d3..e67779949b1 100644 --- a/ham/xlog/Makefile +++ b/ham/xlog/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2004/02/18 06:04:44 wulf Exp $ +# $NetBSD: Makefile,v 1.6 2004/03/04 22:28:38 wulf Exp $ # DISTNAME= xlog-0.9.1 @@ -6,7 +6,7 @@ CATEGORIES= ham MASTER_SITES= http://www.qsl.net/pg4i/download/ MAINTAINER= wulf@NetBSD.org -HOMEPAGE= http://http://www.qsl.net/pg4i/linux/xlog.html +HOMEPAGE= http://www.qsl.net/pg4i/linux/xlog.html COMMENT= Amateur Radio logging program USE_BUILDLINK2= yes |