diff options
author | rh <rh> | 2000-06-01 06:15:12 +0000 |
---|---|---|
committer | rh <rh> | 2000-06-01 06:15:12 +0000 |
commit | 16d196df657297ccc3c8ccd6c1e06f4df5c6c0f9 (patch) | |
tree | 9136763c7b914518595e6bf57ca26765e6a0f3fb /devel | |
parent | 6305dd3bf9700831f7a05e706cf5e44d7649cfe3 (diff) | |
download | pkgsrc-16d196df657297ccc3c8ccd6c1e06f4df5c6c0f9.tar.gz |
Fix HOMEPAGE
Diffstat (limited to 'devel')
-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 |