summaryrefslogtreecommitdiff
path: root/math/gap/Makefile
diff options
context:
space:
mode:
authorcjep <cjep@pkgsrc.org>2002-12-31 13:02:33 +0000
committercjep <cjep@pkgsrc.org>2002-12-31 13:02:33 +0000
commit2cf9067a76f5a945d9e0de1d2dfd5870c3733fa7 (patch)
tree21135cecc9195b8388cd2671eb32bcf69ad937d1 /math/gap/Makefile
parent6259f8a7b24a30d36141ac59ca04d542acd71cf0 (diff)
downloadpkgsrc-2cf9067a76f5a945d9e0de1d2dfd5870c3733fa7.tar.gz
Install the prim directory (noted by Bettina Eick in private e-mail).
Bump pkg revision.
Diffstat (limited to 'math/gap/Makefile')
-rw-r--r--math/gap/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/math/gap/Makefile b/math/gap/Makefile
index e73fcae2dc8..272ee5f9265 100644
--- a/math/gap/Makefile
+++ b/math/gap/Makefile
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.6 2002/12/22 19:20:21 cjep Exp $
+# $NetBSD: Makefile,v 1.7 2002/12/31 13:02:33 cjep Exp $
#
DISTNAME= gap4r3
PKGNAME= gap-4.3
-PKGREVISION= 4
+PKGREVISION= 5
CATEGORIES= math
MASTER_SITES= ftp://ftp-gap.dcs.st-and.ac.uk/pub/gap/gap4/ \
ftp://ftp.math.rwth-aachen.de/pub/gap4/ \
@@ -46,7 +46,7 @@ do-install:
${INSTALL_DATA} ${WRKSRC}/sysinfo.gap \
${GAP_DIRECTORY}
- for I in cnf doc etc grp lib pkg small tst; do \
+ for I in cnf doc etc grp lib pkg prim small tst; do \
${CP} -R ${WRKSRC}/$$I ${GAP_DIRECTORY}; \
done