diff options
author | cjep <cjep@pkgsrc.org> | 2002-12-22 18:01:54 +0000 |
---|---|---|
committer | cjep <cjep@pkgsrc.org> | 2002-12-22 18:01:54 +0000 |
commit | b85a7cd41ea65f1e9438cecd78f1ff4d0ffe50d1 (patch) | |
tree | 7f70e81f47fc02f73f066e9311102023513a7c1c /math | |
parent | abc1ef30651663297765460ba584feeb39234533 (diff) | |
download | pkgsrc-b85a7cd41ea65f1e9438cecd78f1ff4d0ffe50d1.tar.gz |
Fix PLIST. Don't bother installing the startup script as gap${PKGREVISION}
as this serves no purpose.
Diffstat (limited to 'math')
-rw-r--r-- | math/gap/Makefile | 5 | ||||
-rw-r--r-- | math/gap/PLIST | 3 |
2 files changed, 3 insertions, 5 deletions
diff --git a/math/gap/Makefile b/math/gap/Makefile index 30d90c5622c..932f651dbb9 100644 --- a/math/gap/Makefile +++ b/math/gap/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2002/12/22 17:40:03 cjep Exp $ +# $NetBSD: Makefile,v 1.5 2002/12/22 18:01:54 cjep Exp $ # DISTNAME= gap4r3 @@ -40,10 +40,9 @@ do-install: ${INSTALL_SCRIPT} ${WRKSRC}/bin/${GAP_PLATFORM}/gac \ ${GAP_DIRECTORY}/bin/${GAP_PLATFORM} ${INSTALL_SCRIPT} ${WRKSRC}/bin/gap.sh \ - ${PREFIX}/bin/gap${PKGVERSION} + ${PREFIX}/bin/gap ${INSTALL_DATA} ${WRKSRC}/description4 \ ${GAP_DIRECTORY} - ${LN} -sf ${PREFIX}/bin/gap${PKGVERSION} ${PREFIX}/bin/gap ${INSTALL_DATA} ${WRKSRC}/sysinfo.gap \ ${GAP_DIRECTORY} diff --git a/math/gap/PLIST b/math/gap/PLIST index d8cad9a989b..1200f47719a 100644 --- a/math/gap/PLIST +++ b/math/gap/PLIST @@ -1,6 +1,5 @@ -@comment $NetBSD: PLIST,v 1.3 2002/12/22 16:06:33 cjep Exp $ +@comment $NetBSD: PLIST,v 1.4 2002/12/22 18:01:54 cjep Exp $ bin/gap -bin/gap4.3nb2 lib/gap4.3/bin/${MACHINE_GNU_PLATFORM}-cc/gac lib/gap4.3/bin/${MACHINE_GNU_PLATFORM}-cc/gap lib/gap4.3/description4 |