- Kill old GHC version string mentioned in plist.

- Not for sparc, as there's now no GHC there.
This commit is contained in:
dons 2005-03-08 22:52:44 +00:00
parent 829dad9316
commit 9a14a4b032
2 changed files with 5 additions and 5 deletions

View File

@ -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"

View File

@ -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