diff options
author | keith <keith@FreeBSD.org> | 2002-07-13 04:01:37 +0800 |
---|---|---|
committer | keith <keith@FreeBSD.org> | 2002-07-13 04:01:37 +0800 |
commit | 2a2a256a43df7d3b25ec8adfa9b55a22674dc7ba (patch) | |
tree | 5bd78ed2ffd3e326f35d74d333cf61d797600ca2 /math/gap/Makefile | |
parent | 6687bab5774d99064b1e81920445966fcfd4ff97 (diff) | |
download | freebsd-ports-gnome-2a2a256a43df7d3b25ec8adfa9b55a22674dc7ba.tar.gz freebsd-ports-gnome-2a2a256a43df7d3b25ec8adfa9b55a22674dc7ba.tar.zst freebsd-ports-gnome-2a2a256a43df7d3b25ec8adfa9b55a22674dc7ba.zip |
Update to 4.3 bugfix level 1.
PR: ports/40186
Diffstat (limited to 'math/gap/Makefile')
-rw-r--r-- | math/gap/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/math/gap/Makefile b/math/gap/Makefile index f48593baf3ca..05509dd9fafa 100644 --- a/math/gap/Makefile +++ b/math/gap/Makefile @@ -7,6 +7,7 @@ PORTNAME= gap PORTVERSION= 4.3 +PORTREVISION= 1 CATEGORIES= math MASTER_SITES= ftp://ftp-gap.dcs.st-and.ac.uk/pub/gap/gap4/ DISTFILES= gap4r3.tar.gz \ @@ -38,7 +39,8 @@ do-install: (${SED} -e "s:GAP_DIR=.*:GAP_DIR=${PREFIX}/lib/gap4r3:g" -e "s:GAP_PRG=.*:GAP_PRG=gap:g" ${WRKSRC}/gap4r3/bin/gap.sh > ${PREFIX}/bin/gap; \ ${CHMOD} 755 ${PREFIX}/bin/gap; ) @${MKDIR} ${PREFIX}/lib/gap4r3 ${PREFIX}/lib/gap4r3/bin - @${CP} ${WRKSRC}/gap4r3/bin/*/gap ${WRKSRC}/gap4r3/bin/*/gac ${PREFIX}/lib/gap4r3/bin + @${INSTALL_PROGRAM} ${WRKSRC}/gap4r3/bin/*/gap ${PREFIX}/lib/gap4r3/bin + @${INSTALL_SCRIPT} ${WRKSRC}/gap4r3/bin/*/gac ${PREFIX}/lib/gap4r3/bin .for subdir in doc etc grp lib pkg prim small trans tst @${CP} -R ${WRKSRC}/gap4r3/${subdir} ${PREFIX}/lib/gap4r3/ .endfor |