diff options
author | dholland <dholland@pkgsrc.org> | 2011-12-18 15:31:34 +0000 |
---|---|---|
committer | dholland <dholland@pkgsrc.org> | 2011-12-18 15:31:34 +0000 |
commit | ea7fef8c30bcfcf822db1c13419b4903578a5188 (patch) | |
tree | 0a6ee66a1138a305507fc323b31876cb0c06abe6 /chat | |
parent | a8932b5d98263bf41e837d1d98c08f0657e9db5c (diff) | |
download | pkgsrc-ea7fef8c30bcfcf822db1c13419b4903578a5188.tar.gz |
Fix HOMEPAGE, from Snader_LB
Diffstat (limited to 'chat')
-rw-r--r-- | chat/naim/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chat/naim/Makefile b/chat/naim/Makefile index 41cc77df3ff..94361ee4da6 100644 --- a/chat/naim/Makefile +++ b/chat/naim/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.49 2008/07/14 12:56:00 joerg Exp $ +# $NetBSD: Makefile,v 1.50 2011/12/18 15:31:34 dholland Exp $ DISTNAME= naim-0.11.8.3.1 CATEGORIES= chat @@ -6,7 +6,7 @@ MASTER_SITES= http://naim.googlecode.com/files/ EXTRACT_SUFX= .tar.bz2 MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= http://naim.n.ml.org/about +HOMEPAGE= http://naim.n.ml.org/ COMMENT= Ncurses-based AIM, ICQ, IRC, and Lily client PKG_DESTDIR_SUPPORT= user-destdir |