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 /www/swiftsurf | |
parent | 36f2e2b431c780569c97d6029436c41ccfd9ec7d (diff) | |
download | pkgsrc-fe046353ac663f273c23637c97a441f515d1cd33.tar.gz |
Add trailing / to HOMEPAGEs
Diffstat (limited to 'www/swiftsurf')
-rw-r--r-- | www/swiftsurf/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/swiftsurf/Makefile b/www/swiftsurf/Makefile index fb7064eacc9..0b8410e2d25 100644 --- a/www/swiftsurf/Makefile +++ b/www/swiftsurf/Makefile @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.3 2003/07/22 04:14:37 martti Exp $ +# $NetBSD: Makefile,v 1.4 2003/12/30 17:28:39 cjep Exp $ DISTNAME= swiftsurf-1.2.5 CATEGORIES= www MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=swiftsurf/} MAINTAINER= tech-pkg@NetBSD.org -HOMEPAGE= http://swiftsurf.sourceforge.net +HOMEPAGE= http://swiftsurf.sourceforge.net/ COMMENT= Web proxy that can handle http and https BUILD_DEPENDS= ocaml>=3.00:../../lang/ocaml |