diff options
author | cjep <cjep@pkgsrc.org> | 2003-01-05 12:43:01 +0000 |
---|---|---|
committer | cjep <cjep@pkgsrc.org> | 2003-01-05 12:43:01 +0000 |
commit | 70e7319e9fc3f095459be4425d758e17f0003276 (patch) | |
tree | 87c43c5df2fdd350ea4e21f229604fd72aa35402 /math/gp-fplsa/Makefile | |
parent | cfe074ac8e684d85974bb75caa920ff3528fc6d5 (diff) | |
download | pkgsrc-70e7319e9fc3f095459be4425d758e17f0003276.tar.gz |
Work around for PLISTs so that the install machinery should now work on SunOS
Diffstat (limited to 'math/gp-fplsa/Makefile')
-rw-r--r-- | math/gp-fplsa/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/math/gp-fplsa/Makefile b/math/gp-fplsa/Makefile index d96afea91b5..db4243a1bf9 100644 --- a/math/gp-fplsa/Makefile +++ b/math/gp-fplsa/Makefile @@ -1,8 +1,9 @@ -# $NetBSD: Makefile,v 1.1.1.1 2002/12/24 00:17:25 cjep Exp $ +# $NetBSD: Makefile,v 1.2 2003/01/05 12:43:02 cjep Exp $ # DISTNAME= fplsa PKGNAME= gp-fplsa-1.0 +PKGREVISION= 1 CATEGORIES= math MASTER_SITES= ftp://ftp-gap.dcs.st-and.ac.uk/pub/gap/gap4/share/ EXTRACT_SUFX= .zoo |