aboutsummaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2005-11-21 01:22:11 +0000
committerKris Kennaway <kris@FreeBSD.org>2005-11-21 01:22:11 +0000
commitbdd56bfd79dcbae9ad43ed3a29054018fc9e91e6 (patch)
tree3918b9fc5b42e7d227a307a9d85314d674599ae5 /devel
parent1351b4b80dd2c2a00c055772825497ccd17f3333 (diff)
downloadports-bdd56bfd79dcbae9ad43ed3a29054018fc9e91e6.tar.gz
ports-bdd56bfd79dcbae9ad43ed3a29054018fc9e91e6.zip
BROKEN: Incorrect pkg-plist
Notes
Notes: svn path=/head/; revision=148897
Diffstat (limited to 'devel')
-rw-r--r--devel/hs-crypto/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/devel/hs-crypto/Makefile b/devel/hs-crypto/Makefile
index 72dcf1446d12..398bc67d5768 100644
--- a/devel/hs-crypto/Makefile
+++ b/devel/hs-crypto/Makefile
@@ -30,6 +30,12 @@ ALL_TARGET= # empty
GHC_VERSION= `${LOCALBASE}/bin/ghc --numeric-version`
PLIST_SUB+= GHC_VERSION="${GHC_VERSION}"
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} >= 504000
+BROKEN= "Incorrect pkg-plist"
+.endif
+
post-patch:
@${REINPLACE_CMD} -e 's|/usr/local|${PREFIX}|' \
${WRKSRC}/Makefile ${WRKSRC}/package.conf
@@ -55,4 +61,4 @@ post-install:
${INSTALL_DATA} *.html ReadMe.* haddock.css haskell_icon.gif ${DOCSDIR})
.endif
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>