Move the unregister.sh entry below the @unexec line.

This commit is contained in:
kili 2010-11-21 18:03:17 +00:00
parent 02e82aac0d
commit ea446d99de
2 changed files with 4 additions and 4 deletions

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.23 2010/11/15 19:45:57 espie Exp $
# $OpenBSD: Makefile,v 1.24 2010/11/21 18:03:17 kili Exp $
COMMENT-main = liberalised reimplementation of cpp in Haskell
COMMENT-lib = cpphs library
@ -9,7 +9,7 @@ DISTNAME = cpphs-1.11
PKGNAME-main = ${DISTNAME}
PKGNAME-lib = hs-${DISTNAME}
REVISION-main = 4
REVISION-lib = 1
REVISION-lib = 2
CATEGORIES = devel
MAINTAINER = Matthias Kilian <kili@openbsd.org>
HOMEPAGE = http://haskell.org/cpphs/

View File

@ -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 18:03:17 kili Exp $
lib/ghc/
lib/ghc/${DISTNAME}/
lib/ghc/${DISTNAME}/HS${DISTNAME}.o
@ -21,9 +21,9 @@ lib/ghc/${DISTNAME}/Text/ParserCombinators/
lib/ghc/${DISTNAME}/Text/ParserCombinators/HuttonMeijer.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}/LICENCE-LGPL
share/doc/hs-${DISTNAME}/html/