diff options
author | dillo <dillo> | 2007-10-05 16:11:17 +0000 |
---|---|---|
committer | dillo <dillo> | 2007-10-05 16:11:17 +0000 |
commit | 1cbda2676c37419f6ccad855d1b2ca96356aa950 (patch) | |
tree | 70f0cc401619eade7f479265dbd295ff8e9b3cac | |
parent | 3c6c71d7442208071a96554ab656cb7bb7c45646 (diff) | |
download | pkgsrc-1cbda2676c37419f6ccad855d1b2ca96356aa950.tar.gz |
Fix homepage.
-rw-r--r-- | x11/rxvt-unicode/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/rxvt-unicode/Makefile b/x11/rxvt-unicode/Makefile index 70c5c71ef96..903037c80a5 100644 --- a/x11/rxvt-unicode/Makefile +++ b/x11/rxvt-unicode/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.18 2007/08/06 10:02:27 ghen Exp $ +# $NetBSD: Makefile,v 1.19 2007/10/05 16:11:17 dillo Exp $ # DISTNAME= rxvt-unicode-8.3 @@ -8,7 +8,7 @@ MASTER_SITES= http://dist.schmorp.de/rxvt-unicode/ \ EXTRACT_SUFX= .tar.bz2 MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= http://software.schmorp.de/pkg/rxvt-unicode +HOMEPAGE= http://software.schmorp.de/pkg/rxvt-unicode.html COMMENT= rxvt clone supporting Xft fonts and Unicode GNU_CONFIGURE= yes |