diff options
author | cjep <cjep@pkgsrc.org> | 2003-12-30 17:27:31 +0000 |
---|---|---|
committer | cjep <cjep@pkgsrc.org> | 2003-12-30 17:27:31 +0000 |
commit | fe046353ac663f273c23637c97a441f515d1cd33 (patch) | |
tree | 0b52a469632cd371f59e9ecdc391630fb306435a /wm | |
parent | 36f2e2b431c780569c97d6029436c41ccfd9ec7d (diff) | |
download | pkgsrc-fe046353ac663f273c23637c97a441f515d1cd33.tar.gz |
Add trailing / to HOMEPAGEs
Diffstat (limited to 'wm')
-rw-r--r-- | wm/fvwm2-themes/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/wm/fvwm2-themes/Makefile b/wm/fvwm2-themes/Makefile index 5fc41602913..9b76d4d7996 100644 --- a/wm/fvwm2-themes/Makefile +++ b/wm/fvwm2-themes/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2003/09/03 13:34:58 adam Exp $ +# $NetBSD: Makefile,v 1.5 2003/12/30 17:27:32 cjep Exp $ # DISTNAME= fvwm-themes-${THEM_VER} @@ -11,7 +11,7 @@ DISTFILES+= ${DISTNAME}${EXTRACT_SUFX} \ fvwm-themes-extra-${THEM_VER}.tar.bz2 MAINTAINER= gendalia@NetBSD.org -HOMEPAGE= http://fvwm-themes.sourceforge.net +HOMEPAGE= http://fvwm-themes.sourceforge.net/ COMMENT= Configuration framework for fvwm2 with samples DEPENDS+= fvwm2>=2.4.8:../../wm/fvwm2 |