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 | |
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')
-rw-r--r-- | math/gap/Makefile | 4 | ||||
-rw-r--r-- | math/gap/distinfo | 2 | ||||
-rw-r--r-- | math/gap/pkg-plist | 1 |
3 files changed, 4 insertions, 3 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 diff --git a/math/gap/distinfo b/math/gap/distinfo index 86a261f98741..2018e45f6114 100644 --- a/math/gap/distinfo +++ b/math/gap/distinfo @@ -1,4 +1,4 @@ MD5 (gap/gap4r3.tar.gz) = ff5558e65dab71d01f2021460a538807 MD5 (gap/accpkg4r3.tar.gz) = 05885b3b42ef801573adc6aa96130f69 -MD5 (gap/deppkg4r3.tar.gz) = cf1315f0aa5c4c19a86e3da2256f9e9d +MD5 (gap/deppkg4r3.tar.gz) = b34c84a2ca6bfef3c661cc9b21f10eed MD5 (gap/xtom4r3.tar.gz) = 23b16df38afa045c0775c0c601bc7cf6 diff --git a/math/gap/pkg-plist b/math/gap/pkg-plist index 3971b6e11063..6dffd440a26f 100644 --- a/math/gap/pkg-plist +++ b/math/gap/pkg-plist @@ -4046,7 +4046,6 @@ lib/gap4r3/pkg/unipot/init.g lib/gap4r3/pkg/unipot/lib/banner.g lib/gap4r3/pkg/unipot/lib/unipot.gd lib/gap4r3/pkg/unipot/lib/unipot.gi -lib/gap4r3/pkg/unipot/read.co lib/gap4r3/pkg/unipot/read.g lib/gap4r3/pkg/xgap/Changelog.r11 lib/gap4r3/pkg/xgap/Changelog.r12 |