diff options
author | dent <dent> | 2001-05-31 09:55:26 +0000 |
---|---|---|
committer | dent <dent> | 2001-05-31 09:55:26 +0000 |
commit | e05f92a2a718e4a95e27a4fc931f03910f5cf39c (patch) | |
tree | 2ff114be12b8ca8b806c08cdc16041b9be077abe /sysutils | |
parent | 4729bcf0f575454febcbcafcecb243ff5086e662 (diff) | |
download | pkgsrc-e05f92a2a718e4a95e27a4fc931f03910f5cf39c.tar.gz |
Fix dead HOMEPAGE
Diffstat (limited to 'sysutils')
-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 |