diff options
author | wiz <wiz@pkgsrc.org> | 2002-10-10 08:23:05 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2002-10-10 08:23:05 +0000 |
commit | 337e5e3f5c07bae01d08990c80da92c8602a07d2 (patch) | |
tree | 63e6793741fd282d4878957f35c6e55cee05a05d | |
parent | 0ff252e1e79257d12d90fa946518e67c87eea5fd (diff) | |
download | pkgsrc-337e5e3f5c07bae01d08990c80da92c8602a07d2.tar.gz |
Fix typo in HOMEPAGE.
-rw-r--r-- | devel/ffcall/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/ffcall/Makefile b/devel/ffcall/Makefile index 3c4c2d04aac..d9d02765e99 100644 --- a/devel/ffcall/Makefile +++ b/devel/ffcall/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2002/09/27 10:36:07 rh Exp $ +# $NetBSD: Makefile,v 1.9 2002/10/10 08:23:05 wiz Exp $ DISTNAME= ffcall-1.8d PKGNAME= ffcall-1.8.4 @@ -6,7 +6,7 @@ CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GNUSTEP:=libs/} MAINTAINER= packages@netbsd.org -HOMEPAGE= http://www.haible.de/bruno/packages-ffcall.html. +HOMEPAGE= http://www.haible.de/bruno/packages-ffcall.html COMMENT= foreign function call libraries # the file ${WRKDIR}/ffcall-1.8/avcall/avcall-${MACHINE_ARCH}.c needs to |