diff options
author | dent <dent@pkgsrc.org> | 2001-05-31 09:55:26 +0000 |
---|---|---|
committer | dent <dent@pkgsrc.org> | 2001-05-31 09:55:26 +0000 |
commit | 5b0296687d147d66b69ad862d53bfdd027ffcd05 (patch) | |
tree | 2ff114be12b8ca8b806c08cdc16041b9be077abe /sysutils/sh-utils | |
parent | b2b7cb6b8e29cea7c31ef99ff96d2ab4a73576e6 (diff) | |
download | pkgsrc-5b0296687d147d66b69ad862d53bfdd027ffcd05.tar.gz |
Fix dead HOMEPAGE
Diffstat (limited to 'sysutils/sh-utils')
-rw-r--r-- | sysutils/sh-utils/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/sh-utils/Makefile b/sysutils/sh-utils/Makefile index 8a5cabc4d27..879a288096e 100644 --- a/sysutils/sh-utils/Makefile +++ b/sysutils/sh-utils/Makefile @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.2 2001/02/17 17:42:17 wiz Exp $ +# $NetBSD: Makefile,v 1.3 2001/05/31 09:55:26 dent Exp $ DISTNAME= sh-utils-2.0 CATEGORIES= sysutils MASTER_SITES= ${MASTER_SITE_GNU:=sh-utils/} MAINTAINER= packages@netbsd.org -HOMEPAGE= http://www.gnu.org/software/sh-utils/sh-utils.html +HOMEPAGE= http://www.gnu.org/software/shellutils/shellutils.html COMMENT= GNU shell utilities USE_GTEXINFO= yes |