diff options
author | wiz <wiz@pkgsrc.org> | 2001-02-16 14:38:16 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2001-02-16 14:38:16 +0000 |
commit | 94dc65fbeccff1dc0d868dfd4949516e0eacf893 (patch) | |
tree | d583765b38ad8c9086e6f3c1b1f72fcf3c9cf6ff /devel/ffcall | |
parent | 5db9dc6826de4c5bfec1656c0935b20663fd040c (diff) | |
download | pkgsrc-94dc65fbeccff1dc0d868dfd4949516e0eacf893.tar.gz |
Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.
Diffstat (limited to 'devel/ffcall')
-rw-r--r-- | devel/ffcall/Makefile | 3 | ||||
-rw-r--r-- | devel/ffcall/pkg/COMMENT | 1 |
2 files changed, 2 insertions, 2 deletions
diff --git a/devel/ffcall/Makefile b/devel/ffcall/Makefile index e41957fb20d..13a782638bd 100644 --- a/devel/ffcall/Makefile +++ b/devel/ffcall/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2001/02/07 22:31:22 jtb Exp $ +# $NetBSD: Makefile,v 1.4 2001/02/16 14:38:23 wiz Exp $ DISTNAME= ffcall-1.8 CATEGORIES= devel @@ -7,6 +7,7 @@ MASTER_SITES= ftp://ftp.santafe.edu/pub/gnu/ \ MAINTAINER= packages@netbsd.org HOMEPAGE= http://clisp.cons.org/~haible/packages-ffcall.html +COMMENT= ffcall - foreign function call libraries # the file ${WRKDIR}/ffcall-1.8/avcall/avcall-${MACHINE_ARCH}.c needs to # be added for additional port support. diff --git a/devel/ffcall/pkg/COMMENT b/devel/ffcall/pkg/COMMENT deleted file mode 100644 index a250e81566d..00000000000 --- a/devel/ffcall/pkg/COMMENT +++ /dev/null @@ -1 +0,0 @@ -ffcall - foreign function call libraries |