diff options
author | cjep <cjep> | 2002-12-22 19:20:21 +0000 |
---|---|---|
committer | cjep <cjep> | 2002-12-22 19:20:21 +0000 |
commit | b2e77ad69d76677c5f70ceeeb2cb223a0b0a51af (patch) | |
tree | e573d5b6f656f9096751dae5bd54c3b624ad2d39 /math/gap | |
parent | 92539b13d722704d79fc158cb42e241e1fa37624 (diff) | |
download | pkgsrc-b2e77ad69d76677c5f70ceeeb2cb223a0b0a51af.tar.gz |
Fix PLIST again. Bump revision for gap.package.mk ready for xgap (coming
soon).
Diffstat (limited to 'math/gap')
-rw-r--r-- | math/gap/Makefile | 4 | ||||
-rw-r--r-- | math/gap/PLIST | 16 | ||||
-rw-r--r-- | math/gap/gap.package.mk | 5 |
3 files changed, 20 insertions, 5 deletions
diff --git a/math/gap/Makefile b/math/gap/Makefile index 932f651dbb9..e73fcae2dc8 100644 --- a/math/gap/Makefile +++ b/math/gap/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.5 2002/12/22 18:01:54 cjep Exp $ +# $NetBSD: Makefile,v 1.6 2002/12/22 19:20:21 cjep Exp $ # DISTNAME= gap4r3 PKGNAME= gap-4.3 -PKGREVISION= 3 +PKGREVISION= 4 CATEGORIES= math MASTER_SITES= ftp://ftp-gap.dcs.st-and.ac.uk/pub/gap/gap4/ \ ftp://ftp.math.rwth-aachen.de/pub/gap4/ \ diff --git a/math/gap/PLIST b/math/gap/PLIST index 1200f47719a..239d5654ae6 100644 --- a/math/gap/PLIST +++ b/math/gap/PLIST @@ -1,7 +1,20 @@ -@comment $NetBSD: PLIST,v 1.4 2002/12/22 18:01:54 cjep Exp $ +@comment $NetBSD: PLIST,v 1.5 2002/12/22 19:20:22 cjep Exp $ bin/gap lib/gap4.3/bin/${MACHINE_GNU_PLATFORM}-cc/gac lib/gap4.3/bin/${MACHINE_GNU_PLATFORM}-cc/gap +lib/gap4.3/cnf/Makefile +lib/gap4.3/cnf/Makegap.bottom +lib/gap4.3/cnf/Makegap.in +lib/gap4.3/cnf/Makegap.top +lib/gap4.3/cnf/README +lib/gap4.3/cnf/aclocal.m4 +lib/gap4.3/cnf/config.guess +lib/gap4.3/cnf/config.hin +lib/gap4.3/cnf/config.sub +lib/gap4.3/cnf/configure.in +lib/gap4.3/cnf/configure.out +lib/gap4.3/cnf/gac.in +lib/gap4.3/cnf/install-sh lib/gap4.3/description4 lib/gap4.3/doc/ext/about.tex lib/gap4.3/doc/ext/document.tex @@ -4261,6 +4274,7 @@ lib/gap4.3/tst/zmodnz.tst @dirrm lib/gap4.3/doc/htm @dirrm lib/gap4.3/doc/ext @dirrm lib/gap4.3/doc +@dirrm lib/gap4.3/cnf @dirrm lib/gap4.3/bin/${MACHINE_GNU_PLATFORM}-cc @dirrm lib/gap4.3/bin @dirrm lib/gap4.3 diff --git a/math/gap/gap.package.mk b/math/gap/gap.package.mk index 87ddcfc29d0..8bc339219e6 100644 --- a/math/gap/gap.package.mk +++ b/math/gap/gap.package.mk @@ -1,11 +1,12 @@ -# $NetBSD: gap.package.mk,v 1.4 2002/12/22 17:40:03 cjep Exp $ +# $NetBSD: gap.package.mk,v 1.5 2002/12/22 19:20:22 cjep Exp $ # # Set GAP_PKG_NAME in your Makefile. More may appear here later. # Note that between nb1 == bug fix 3 and nb2 == bug fix 4 there are # some interface changes -DEPENDS+= gap-4.3nb3:../../math/gap +DEPENDS+= gap-4.3nb4:../../math/gap GAP_DIRECTORY= ${LOCALBASE}/lib/gap4.3 GAP_PKG_ROOT= ${GAP_DIRECTORY}/pkg GAP_PKG_DIRECTORY= ${GAP_PKG_ROOT}/${GAP_PKG_NAME} +GAP_PLATFORM= ${MACHINE_GNU_PLATFORM}-cc |