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 | 73941f49c2f8b77761a8ba210bd353f7e314c660 (patch) | |
tree | 80a6afadfab771b1729868e5b369b9f004985d48 /ham | |
parent | 83d1372f547b29268282a0b07d0eebf0dd0c49e8 (diff) | |
download | pkgsrc-73941f49c2f8b77761a8ba210bd353f7e314c660.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 |