diff options
author | tsarna <tsarna> | 1998-08-23 15:28:00 +0000 |
---|---|---|
committer | tsarna <tsarna> | 1998-08-23 15:28:00 +0000 |
commit | 189241d373ee68f955af329c92633369c8876681 (patch) | |
tree | b23e983d3d3f8f73fe4aff815c48409e55868839 /x11 | |
parent | 692314e6fab494546bf2aea0a776da8a28c531ad (diff) | |
download | pkgsrc-189241d373ee68f955af329c92633369c8876681.tar.gz |
Add missing / on HOMEPAGE URL
Diffstat (limited to 'x11')
-rw-r--r-- | x11/afterstep/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/afterstep/Makefile b/x11/afterstep/Makefile index fc7e9d3dd99..fbbc6fd819b 100644 --- a/x11/afterstep/Makefile +++ b/x11/afterstep/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 1998/08/23 12:07:51 tron Exp $ +# $NetBSD: Makefile,v 1.3 1998/08/23 15:28:00 tsarna Exp $ DISTNAME= AfterStep-1.4.5.0 PKGNAME= afterstep-1.450 @@ -8,7 +8,7 @@ MASTER_SITES= ftp://ftp.afterstep.org/pub/ \ EXTRACT_SUFX= .tgz MAINTAINER= root@garbled.net -HOMEPAGE= http://www.afterstep.org +HOMEPAGE= http://www.afterstep.org/ DEPENDS+= xpm-3.4k:../../graphics/xpm RUN_DEPENDS+= asclock:../../x11/asclock |