From 9a14a4b03224771d276acca031ff101090dbe043 Mon Sep 17 00:00:00 2001 From: dons Date: Tue, 8 Mar 2005 22:52:44 +0000 Subject: [PATCH] - Kill old GHC version string mentioned in plist. - Not for sparc, as there's now no GHC there. --- devel/hs-ports/Makefile | 4 ++-- devel/hs-ports/pkg/PLIST | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/devel/hs-ports/Makefile b/devel/hs-ports/Makefile index 976c3cafe83..5ab50c35cf9 100644 --- a/devel/hs-ports/Makefile +++ b/devel/hs-ports/Makefile @@ -1,8 +1,8 @@ -# $OpenBSD: Makefile,v 1.2 2004/08/10 08:23:37 xsa Exp $ +# $OpenBSD: Makefile,v 1.3 2005/03/08 22:52:44 dons Exp $ # $FreeBSD: ports/devel/hs-hpl/Makefile,v 1.11 2004/03/11 07:48:11 obraun Exp $ # only for archs to which the GHC ffi has been ported -ONLY_FOR_ARCHS= i386 sparc +ONLY_FOR_ARCHS= i386 COMMENT= "Haskell library for concurrent and distributed programming" diff --git a/devel/hs-ports/pkg/PLIST b/devel/hs-ports/pkg/PLIST index 7eda0fd3e64..96e55707774 100644 --- a/devel/hs-ports/pkg/PLIST +++ b/devel/hs-ports/pkg/PLIST @@ -1,4 +1,4 @@ -@comment $OpenBSD: PLIST,v 1.2 2004/09/14 23:43:56 espie Exp $ +@comment $OpenBSD: PLIST,v 1.3 2005/03/08 22:52:45 dons Exp $ bin/ports-config lib/hs-ports-0.4.1/ lib/hs-ports-0.4.1/ghc6/ @@ -14,6 +14,6 @@ lib/hs-ports-0.4.1/ghc6/import/ThreadUtils.hi lib/hs-ports-0.4.1/ghc6/libportsHS.a lib/hs-ports-0.4.1/ghc6/package.conf.in @exec /bin/cat %D/lib/hs-ports-0.4.1/ghc6/package.conf.in | /usr/bin/env PREFIX=%D %D/bin/ghc-pkg -u -@exec /bin/rm -f %D/lib/ghc-6.2.1/package.conf.old +@exec /bin/rm -f %D/lib/ghc-6.2.2/package.conf.old @unexec %D/bin/ghc-pkg -r ports -@unexec /bin/rm -f %D/lib/ghc-6.2.1/package.conf.old +@unexec /bin/rm -f %D/lib/ghc-6.2.2/package.conf.old