diff options
author | wulf <wulf> | 2004-03-04 22:28:38 +0000 |
---|---|---|
committer | wulf <wulf> | 2004-03-04 22:28:38 +0000 |
commit | 1e50e9fd62efcf5aa10155cbcedcf88ee7dc80c0 (patch) | |
tree | 80a6afadfab771b1729868e5b369b9f004985d48 /ham/xlog | |
parent | 62b6114da5da64d85efc9b2c555342119051020d (diff) | |
download | pkgsrc-1e50e9fd62efcf5aa10155cbcedcf88ee7dc80c0.tar.gz |
Fixed malformed home page URL
Diffstat (limited to 'ham/xlog')
-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 |