diff options
author | wiz <wiz> | 2001-02-17 17:52:59 +0000 |
---|---|---|
committer | wiz <wiz> | 2001-02-17 17:52:59 +0000 |
commit | dc2ddaa8a58829b5661f6b43aabf133f78ab17ce (patch) | |
tree | e8e4b7b8b0ed7b1c572a7cbbee24ea7aae33416e /math/libffm | |
parent | ab333ab34b7be497ea3cb1ba4c8e4deb708b850c (diff) | |
download | pkgsrc-dc2ddaa8a58829b5661f6b43aabf133f78ab17ce.tar.gz |
Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.
Diffstat (limited to 'math/libffm')
-rw-r--r-- | math/libffm/Makefile | 3 | ||||
-rw-r--r-- | math/libffm/pkg/COMMENT | 1 |
2 files changed, 2 insertions, 2 deletions
diff --git a/math/libffm/Makefile b/math/libffm/Makefile index 9402e4ecea1..057bcd44aae 100644 --- a/math/libffm/Makefile +++ b/math/libffm/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2000/11/15 14:20:22 wiz Exp $ +# $NetBSD: Makefile,v 1.3 2001/02/17 18:22:27 wiz Exp $ DISTNAME= libffm.0.28 PKGNAME= libffm-0.28 @@ -6,6 +6,7 @@ CATEGORIES= math MASTER_SITES= ftp://ftp.unix-ag.org/user/nils/ MAINTAINER= root@garbled.net +COMMENT= fast alpha-optimized replacement for some libm routines USE_GMAKE= yes diff --git a/math/libffm/pkg/COMMENT b/math/libffm/pkg/COMMENT deleted file mode 100644 index f334c42db8b..00000000000 --- a/math/libffm/pkg/COMMENT +++ /dev/null @@ -1 +0,0 @@ -fast alpha-optimized replacement for some libm routines |