aboutsummaryrefslogtreecommitdiff
path: root/converters/hs-sandi/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'converters/hs-sandi/Makefile')
-rw-r--r--converters/hs-sandi/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/converters/hs-sandi/Makefile b/converters/hs-sandi/Makefile
index 1bcd5b1a6f5a..bbea70d5eeeb 100644
--- a/converters/hs-sandi/Makefile
+++ b/converters/hs-sandi/Makefile
@@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= sandi
-PORTVERSION= 0.4.2
+PORTVERSION= 0.4.3
PORTREVISION= 1
CATEGORIES= converters haskell
@@ -14,5 +14,9 @@ CONFLICTS_INSTALL= hs-dataenc-[0-9]*
USE_CABAL= conduit exceptions stringsearch
+post-extract:
+ ${ECHO} "import Distribution.Simple" > ${WRKSRC}/Setup.hs
+ ${ECHO} "main = defaultMain" >> ${WRKSRC}/Setup.hs
+
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
.include <bsd.port.mk>