Set MODGHC_PACKAGE_KEY and adjust plist.
This commit is contained in:
parent
d7041fabdc
commit
feb7825663
@ -1,11 +1,11 @@
|
||||
# $OpenBSD: Makefile,v 1.17 2014/11/22 20:59:41 kili Exp $
|
||||
# $OpenBSD: Makefile,v 1.18 2015/09/19 08:02:32 kili Exp $
|
||||
|
||||
COMMENT = interface API for regex-posix,pcre,parsec,tdfa,dfa
|
||||
|
||||
# Dependency of meta/haskell-platform.
|
||||
# Please do *not* update without thinking.
|
||||
DISTNAME = regex-base-0.93.2
|
||||
REVISION = 7
|
||||
REVISION = 8
|
||||
CATEGORIES = devel
|
||||
|
||||
HOMEPAGE = http://sourceforge.net/projects/lazy-regex
|
||||
@ -19,6 +19,8 @@ MODULES = lang/ghc
|
||||
|
||||
MODGHC_BUILD = cabal hackage haddock register
|
||||
|
||||
MODGHC_PACKAGE_KEY = 2j0nR3pc4q24HZdEmShSMX
|
||||
|
||||
RUN_DEPENDS = devel/hs-mtl
|
||||
BUILD_DEPENDS = ${RUN_DEPENDS}
|
||||
|
||||
|
@ -1,5 +1,6 @@
|
||||
@comment $OpenBSD: PLIST,v 1.8 2014/11/22 20:59:41 kili Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.9 2015/09/19 08:02:32 kili Exp $
|
||||
lib/ghc/${DISTNAME}/
|
||||
lib/ghc/${DISTNAME}/HS${DISTNAME}-${MODGHC_PACKAGE_KEY}.o
|
||||
lib/ghc/${DISTNAME}/Text/
|
||||
lib/ghc/${DISTNAME}/Text/Regex/
|
||||
lib/ghc/${DISTNAME}/Text/Regex/Base/
|
||||
@ -11,8 +12,8 @@ lib/ghc/${DISTNAME}/Text/Regex/Base/Impl.hi
|
||||
lib/ghc/${DISTNAME}/Text/Regex/Base/Impl.p_hi
|
||||
lib/ghc/${DISTNAME}/Text/Regex/Base/RegexLike.hi
|
||||
lib/ghc/${DISTNAME}/Text/Regex/Base/RegexLike.p_hi
|
||||
lib/ghc/${DISTNAME}/libHS${DISTNAME}.a
|
||||
lib/ghc/${DISTNAME}/libHS${DISTNAME}_p.a
|
||||
lib/ghc/${DISTNAME}/libHS${DISTNAME}-${MODGHC_PACKAGE_KEY}.a
|
||||
lib/ghc/${DISTNAME}/libHS${DISTNAME}-${MODGHC_PACKAGE_KEY}_p.a
|
||||
lib/ghc/${DISTNAME}/register.sh
|
||||
share/doc/hs-${DISTNAME}/
|
||||
share/doc/hs-${DISTNAME}/LICENSE
|
||||
|
Loading…
Reference in New Issue
Block a user