diff options
author | tron <tron> | 2000-08-01 18:03:36 +0000 |
---|---|---|
committer | tron <tron> | 2000-08-01 18:03:36 +0000 |
commit | a068c4e80c3185cc7f5b4364d30f4b627d85379a (patch) | |
tree | b2c8705d4de2bb437cadde02bccb8b2f93a5e250 /x11 | |
parent | 88e92668cc064921cdd12c8a0c4786db86a29e66 (diff) | |
download | pkgsrc-a068c4e80c3185cc7f5b4364d30f4b627d85379a.tar.gz |
Add missing slash to URL.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/xforms/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/xforms/Makefile b/x11/xforms/Makefile index 2c5952bc5f9..2c4dcae9a13 100644 --- a/x11/xforms/Makefile +++ b/x11/xforms/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.26 2000/06/01 11:23:48 rh Exp $ +# $NetBSD: Makefile,v 1.27 2000/08/01 18:03:36 tron Exp $ # DISTNAME= bxform-088 @@ -9,7 +9,7 @@ MASTER_SITES= ftp://ncmir.ucsd.edu/pub/xforms/${ARCH_SUBDIR}/ EXTRACT_SUFX= .tgz MAINTAINER= packages@netbsd.org -HOMEPAGE= http://world.std.com/~xforms +HOMEPAGE= http://world.std.com/~xforms/ .if (${MACHINE_ARCH} == "arm32") ARCH_SUBDIR= netBSD-arm |