diff options
author | rh <rh@pkgsrc.org> | 2000-06-01 06:15:12 +0000 |
---|---|---|
committer | rh <rh@pkgsrc.org> | 2000-06-01 06:15:12 +0000 |
commit | e6d2ce50141f3584118612d5d849d5689b73305a (patch) | |
tree | 9136763c7b914518595e6bf57ca26765e6a0f3fb /devel/libtool | |
parent | f85e06020d7926e4197f5ede475e8261dc2b4b64 (diff) | |
download | pkgsrc-e6d2ce50141f3584118612d5d849d5689b73305a.tar.gz |
Fix HOMEPAGE
Diffstat (limited to 'devel/libtool')
-rw-r--r-- | devel/libtool/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/libtool/Makefile b/devel/libtool/Makefile index 3d7641745ce..1bfd2921896 100644 --- a/devel/libtool/Makefile +++ b/devel/libtool/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2000/05/31 17:25:54 rh Exp $ +# $NetBSD: Makefile,v 1.15 2000/06/01 06:15:12 rh Exp $ # DISTNAME= libtool-1.3.5 @@ -6,7 +6,7 @@ CATEGORIES= devel pkgtools MASTER_SITES= ${MASTER_SITE_GNU:=libtool/} MAINTAINER= tv@netbsd.org -HOMEPAGE= http://www.profitpress.com/libtool/ +HOMEPAGE= http://www.gnu.org/software/libtool/libtool.html CONFLICTS= glibtool-* GNU_CONFIGURE= yes |