diff options
author | dholland <dholland@pkgsrc.org> | 2012-09-30 23:25:18 +0000 |
---|---|---|
committer | dholland <dholland@pkgsrc.org> | 2012-09-30 23:25:18 +0000 |
commit | f685fdda6e11b264fcd2eee6d6fd322d16743e6c (patch) | |
tree | a193113fbce2825b483feea5b0ed6e6fb34dee54 /net | |
parent | 271cad42d40b5f013a00ac1ebe91af469f1d8139 (diff) | |
download | pkgsrc-f685fdda6e11b264fcd2eee6d6fd322d16743e6c.tar.gz |
HOMEPAGE leads to a squatter; comment it out and also note the homepage
of the apparent successor project.
Diffstat (limited to 'net')
-rw-r--r-- | net/openh323/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/net/openh323/Makefile b/net/openh323/Makefile index 13426421302..d6dac359b5d 100644 --- a/net/openh323/Makefile +++ b/net/openh323/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.45 2011/03/21 13:29:44 obache Exp $ +# $NetBSD: Makefile,v 1.46 2012/09/30 23:25:18 dholland Exp $ DISTNAME= openh323-v1_15_2-src PKGNAME= openh323-1.15.2 @@ -8,7 +8,8 @@ MASTER_SITES= http://www.voxgratia.org/releases/ EXTRACT_SUFX= -tar.gz MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= http://www.openh323.org/ +HOMEPAGE= #http://www.h323plus.org/ +#successor http://www.openh323.org/ COMMENT= Open H.323 library PKG_DESTDIR_SUPPORT= destdir |