1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-24 09:25:01 +00:00

BROKEN: Incorrect pkg-plist

This commit is contained in:
Kris Kennaway 2005-11-21 01:22:11 +00:00
parent 1351b4b80d
commit bdd56bfd79
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=148897

View File

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