pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/lang/scheme48 URL has to end with slash



details:   https://anonhg.NetBSD.org/pkgsrc/rev/643a3530ea34
branches:  trunk
changeset: 460293:643a3530ea34
user:      itojun <itojun%pkgsrc.org@localhost>
date:      Wed Aug 27 09:14:43 2003 +0000

description:
URL has to end with slash

diffstat:

 lang/scheme48/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r ce375aebbe80 -r 643a3530ea34 lang/scheme48/Makefile
--- a/lang/scheme48/Makefile    Wed Aug 27 09:09:30 2003 +0000
+++ b/lang/scheme48/Makefile    Wed Aug 27 09:14:43 2003 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.21 2003/07/17 21:45:21 grant Exp $
+# $NetBSD: Makefile,v 1.22 2003/08/27 09:14:43 itojun Exp $
 # FreeBSD Id: Makefile,v 1.10 1997/08/27 19:31:37 jmacd Exp
 #
 
@@ -8,7 +8,7 @@
 EXTRACT_SUFX=          .tgz
 
 MAINTAINER=            tech-pkg%NetBSD.org@localhost
-HOMEPAGE=              http://s48.org
+HOMEPAGE=              http://s48.org/
 COMMENT=               The Scheme Underground's implementation of R5RS
 
 NOT_FOR_PLATFORM=      *-*-alpha       # *severe* problems.  Bus error, alignment



Home | Main Index | Thread Index | Old Index