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/gap/Makefile | |
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/gap/Makefile')
-rw-r--r-- | math/gap/Makefile | 5 |
1 files changed, 2 insertions, 3 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} |