Move the entry for unregister.sh *below* the @unexec line.
This commit is contained in:
parent
0b38550ead
commit
02e82aac0d
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.26 2010/11/15 19:45:58 espie Exp $
|
||||
# $OpenBSD: Makefile,v 1.27 2010/11/21 17:52:55 kili Exp $
|
||||
|
||||
COMMENT-main = documentation-generation tool for Haskell libraries
|
||||
COMMENT-lib = haddock library
|
||||
@ -7,7 +7,7 @@ DISTNAME = haddock-2.7.2
|
||||
PKGNAME-main = ${DISTNAME}
|
||||
REVISION-main = 4
|
||||
PKGNAME-lib = hs-${DISTNAME}
|
||||
REVISION-lib = 2
|
||||
REVISION-lib = 3
|
||||
CATEGORIES = devel
|
||||
|
||||
HOMEPAGE = http://www.haskell.org/haddock/
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST-lib,v 1.2 2010/10/28 13:52:55 jasper Exp $
|
||||
@comment $OpenBSD: PLIST-lib,v 1.3 2010/11/21 17:52:55 kili Exp $
|
||||
lib/ghc/${DISTNAME}/
|
||||
lib/ghc/${DISTNAME}/Documentation/
|
||||
lib/ghc/${DISTNAME}/Documentation/Haddock.hi
|
||||
@ -37,9 +37,9 @@ lib/ghc/${DISTNAME}/Haddock/Version.hi
|
||||
lib/ghc/${DISTNAME}/Paths_haddock.hi
|
||||
lib/ghc/${DISTNAME}/libHS${DISTNAME}.a
|
||||
lib/ghc/${DISTNAME}/register.sh
|
||||
lib/ghc/${DISTNAME}/unregister.sh
|
||||
@exec /usr/bin/env HOME=/nonexistent %D/lib/ghc/${DISTNAME}/register.sh -v0
|
||||
@unexec /usr/bin/env HOME=/nonexistent %D/lib/ghc/${DISTNAME}/unregister.sh -v0 --force
|
||||
lib/ghc/${DISTNAME}/unregister.sh
|
||||
share/doc/hs-${DISTNAME}/
|
||||
share/doc/hs-${DISTNAME}/LICENSE
|
||||
share/doc/hs-${DISTNAME}/html/
|
||||
|
Loading…
Reference in New Issue
Block a user