diff options
Diffstat (limited to 'math/gap')
-rw-r--r-- | math/gap/Makefile | 6 | ||||
-rw-r--r-- | math/gap/gap.package.mk | 7 |
2 files changed, 7 insertions, 6 deletions
diff --git a/math/gap/Makefile b/math/gap/Makefile index 468708ab554..30d90c5622c 100644 --- a/math/gap/Makefile +++ b/math/gap/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.3 2002/12/22 16:06:33 cjep Exp $ +# $NetBSD: Makefile,v 1.4 2002/12/22 17:40:03 cjep Exp $ # DISTNAME= gap4r3 PKGNAME= gap-4.3 -PKGREVISION= 2 +PKGREVISION= 3 CATEGORIES= math MASTER_SITES= ftp://ftp-gap.dcs.st-and.ac.uk/pub/gap/gap4/ \ ftp://ftp.math.rwth-aachen.de/pub/gap4/ \ @@ -47,7 +47,7 @@ do-install: ${INSTALL_DATA} ${WRKSRC}/sysinfo.gap \ ${GAP_DIRECTORY} - for I in doc etc grp lib pkg small tst; do \ + for I in cnf doc etc grp lib pkg small tst; do \ ${CP} -R ${WRKSRC}/$$I ${GAP_DIRECTORY}; \ done diff --git a/math/gap/gap.package.mk b/math/gap/gap.package.mk index 1d3ba5057bc..87ddcfc29d0 100644 --- a/math/gap/gap.package.mk +++ b/math/gap/gap.package.mk @@ -1,10 +1,11 @@ -# $NetBSD: gap.package.mk,v 1.3 2002/12/22 16:06:33 cjep Exp $ +# $NetBSD: gap.package.mk,v 1.4 2002/12/22 17:40:03 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.3nb2:../../math/gap +DEPENDS+= gap-4.3nb3:../../math/gap GAP_DIRECTORY= ${LOCALBASE}/lib/gap4.3 -GAP_PKG_DIRECTORY= ${GAP_DIRECTORY}/pkg/${GAP_PKG_NAME} +GAP_PKG_ROOT= ${GAP_DIRECTORY}/pkg +GAP_PKG_DIRECTORY= ${GAP_PKG_ROOT}/${GAP_PKG_NAME} |