Install the prim directory (noted by Bettina Eick in private e-mail).
Bump pkg revision.
This commit is contained in:
parent
6259f8a7b2
commit
2cf9067a76
2 changed files with 5 additions and 5 deletions
|
@ -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
|
DISTNAME= gap4r3
|
||||||
PKGNAME= gap-4.3
|
PKGNAME= gap-4.3
|
||||||
PKGREVISION= 4
|
PKGREVISION= 5
|
||||||
CATEGORIES= math
|
CATEGORIES= math
|
||||||
MASTER_SITES= ftp://ftp-gap.dcs.st-and.ac.uk/pub/gap/gap4/ \
|
MASTER_SITES= ftp://ftp-gap.dcs.st-and.ac.uk/pub/gap/gap4/ \
|
||||||
ftp://ftp.math.rwth-aachen.de/pub/gap4/ \
|
ftp://ftp.math.rwth-aachen.de/pub/gap4/ \
|
||||||
|
@ -46,7 +46,7 @@ do-install:
|
||||||
${INSTALL_DATA} ${WRKSRC}/sysinfo.gap \
|
${INSTALL_DATA} ${WRKSRC}/sysinfo.gap \
|
||||||
${GAP_DIRECTORY}
|
${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}; \
|
${CP} -R ${WRKSRC}/$$I ${GAP_DIRECTORY}; \
|
||||||
done
|
done
|
||||||
|
|
||||||
|
|
|
@ -1,11 +1,11 @@
|
||||||
# $NetBSD: gap.package.mk,v 1.5 2002/12/22 19:20:22 cjep Exp $
|
# $NetBSD: gap.package.mk,v 1.6 2002/12/31 13:02:33 cjep Exp $
|
||||||
#
|
#
|
||||||
# Set GAP_PKG_NAME in your Makefile. More may appear here later.
|
# 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
|
# Note that between nb1 == bug fix 3 and nb2 == bug fix 4 there are
|
||||||
# some interface changes
|
# some interface changes
|
||||||
|
|
||||||
DEPENDS+= gap-4.3nb4:../../math/gap
|
DEPENDS+= gap>=4.3nb5:../../math/gap
|
||||||
GAP_DIRECTORY= ${LOCALBASE}/lib/gap4.3
|
GAP_DIRECTORY= ${LOCALBASE}/lib/gap4.3
|
||||||
GAP_PKG_ROOT= ${GAP_DIRECTORY}/pkg
|
GAP_PKG_ROOT= ${GAP_DIRECTORY}/pkg
|
||||||
GAP_PKG_DIRECTORY= ${GAP_PKG_ROOT}/${GAP_PKG_NAME}
|
GAP_PKG_DIRECTORY= ${GAP_PKG_ROOT}/${GAP_PKG_NAME}
|
||||||
|
|
Loading…
Reference in a new issue