aboutsummaryrefslogtreecommitdiff
path: root/games/hs-scroll
diff options
context:
space:
mode:
authorGleb Popov <arrowd@FreeBSD.org>2019-06-13 13:57:14 +0000
committerGleb Popov <arrowd@FreeBSD.org>2019-06-13 13:57:14 +0000
commite4b6cd74b6d0abb9b3d47838b3ec9c64953dc258 (patch)
tree8fee22f4ca1a84563a8ec1e78851d37df11381ec /games/hs-scroll
parente9ff559e0d7c1792c49c9d2057c665ffa03d6c08 (diff)
downloadports-e4b6cd74b6d0abb9b3d47838b3ec9c64953dc258.tar.gz
ports-e4b6cd74b6d0abb9b3d47838b3ec9c64953dc258.zip
For ports with USES=cabal install a wrapper shell script instead of a real
executable into /bin/, that sets some environment variables to workaround https://github.com/haskell/cabal/issues/5997 While there, update bunch of Haskell ports, install their data files. PR: 237878 Reviewed by: tcberner Approved by: tcberner (mentor) Differential Revision: https://reviews.freebsd.org/D20556
Notes
Notes: svn path=/head/; revision=504093
Diffstat (limited to 'games/hs-scroll')
-rw-r--r--games/hs-scroll/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/games/hs-scroll/Makefile b/games/hs-scroll/Makefile
index 3af5b064dfd7..eda9ca163659 100644
--- a/games/hs-scroll/Makefile
+++ b/games/hs-scroll/Makefile
@@ -3,7 +3,7 @@
PORTNAME= scroll
PORTVERSION= 1.20180421
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= games haskell
MAINTAINER= haskell@FreeBSD.org