diff options
author | wiz <wiz> | 2002-09-10 11:08:55 +0000 |
---|---|---|
committer | wiz <wiz> | 2002-09-10 11:08:55 +0000 |
commit | 4973aebcdd5a0faafe74fbc66cd4af0038426f78 (patch) | |
tree | c2e4315512ae3f031af240eb9a940d19761854c4 | |
parent | 0bdc692778551f6850675f09383dd8ad3c3e37c6 (diff) | |
download | pkgsrc-4973aebcdd5a0faafe74fbc66cd4af0038426f78.tar.gz |
Remove pkgname from comment.
-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 dfba2205081..fb0c3e9facc 100644 --- a/devel/ffcall/Makefile +++ b/devel/ffcall/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2002/09/09 18:28:26 wiz Exp $ +# $NetBSD: Makefile,v 1.6 2002/09/10 11:08:55 wiz Exp $ DISTNAME= ffcall-1.8d PKGNAME= ffcall-1.8.4 @@ -7,7 +7,7 @@ MASTER_SITES= ftp://ftp.gnustep.org/pub/gnustep/libs/ MAINTAINER= packages@netbsd.org HOMEPAGE= http://clisp.cons.org/~haible/packages-ffcall.html -COMMENT= ffcall - foreign function call libraries +COMMENT= foreign function call libraries # the file ${WRKDIR}/ffcall-1.8/avcall/avcall-${MACHINE_ARCH}.c needs to # be added for additional port support. |