diff options
author | sketch <sketch> | 2003-12-18 14:44:17 +0000 |
---|---|---|
committer | sketch <sketch> | 2003-12-18 14:44:17 +0000 |
commit | 09cc0e2b6be18b83aba638d8af2af193113012ee (patch) | |
tree | 7c6061fa4df1d13c1c66451775615fa73dbe8189 /math/gap | |
parent | 51aa84fd7c59570807927fd70de0f0b497e23ec2 (diff) | |
download | pkgsrc-09cc0e2b6be18b83aba638d8af2af193113012ee.tar.gz |
Remove hacks for Solaris which worked around a bug in mk/bsd.prefs.mk
before -r1.130. They are now preventing this package from installing.
Bump PKGREVISION.
Diffstat (limited to 'math/gap')
-rw-r--r-- | math/gap/Makefile | 9 | ||||
-rw-r--r-- | math/gap/gap.package.mk | 7 |
2 files changed, 3 insertions, 13 deletions
diff --git a/math/gap/Makefile b/math/gap/Makefile index 335e716c36d..bbeb4e99126 100644 --- a/math/gap/Makefile +++ b/math/gap/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.12 2003/07/17 21:47:31 grant Exp $ +# $NetBSD: Makefile,v 1.13 2003/12/18 14:44:17 sketch Exp $ # DISTNAME= gap4r3 PKGNAME= gap-4.3 -PKGREVISION= 7 +PKGREVISION= 8 CATEGORIES= math MASTER_SITES= ftp://ftp-gap.dcs.st-and.ac.uk/pub/gap/gap4/ \ ftp://ftp.math.rwth-aachen.de/pub/gap/gap4/ \ @@ -28,11 +28,6 @@ ALL_TARGET= default GAP_DIRECTORY= ${PREFIX}/lib/gap4.3 GAP_PLATFORM= ${MACHINE_GNU_PLATFORM}-${CC} -.include "../../mk/bsd.prefs.mk" -.if ${OPSYS} == SunOS -GAP_PLATFORM= ${MACHINE_GNU_PLATFORM}2-${CC} -.endif - PLIST_SUBST= GAP_PLATFORM=${GAP_PLATFORM} post-extract: diff --git a/math/gap/gap.package.mk b/math/gap/gap.package.mk index 1cd61f578cf..cc40e2410df 100644 --- a/math/gap/gap.package.mk +++ b/math/gap/gap.package.mk @@ -1,4 +1,4 @@ -# $NetBSD: gap.package.mk,v 1.8 2003/03/28 21:24:25 wiz Exp $ +# $NetBSD: gap.package.mk,v 1.9 2003/12/18 14:44:17 sketch Exp $ # # Set GAP_PKG_NAME in your Makefile. More may appear here later. @@ -11,9 +11,4 @@ GAP_PKG_ROOT= ${GAP_DIRECTORY}/pkg GAP_PKG_DIRECTORY= ${GAP_PKG_ROOT}/${GAP_PKG_NAME} GAP_PLATFORM= ${MACHINE_GNU_PLATFORM}-cc -.include "../../mk/bsd.prefs.mk" -.if ${OPSYS} == SunOS -GAP_PLATFORM= ${MACHINE_GNU_PLATFORM}2-${CC} -.endif - PLIST_SUBST= GAP_PLATFORM=${GAP_PLATFORM} |