diff options
author | Gleb Popov <arrowd@FreeBSD.org> | 2019-06-13 21:57:14 +0800 |
---|---|---|
committer | Gleb Popov <arrowd@FreeBSD.org> | 2019-06-13 21:57:14 +0800 |
commit | e4b6cd74b6d0abb9b3d47838b3ec9c64953dc258 (patch) | |
tree | 8fee22f4ca1a84563a8ec1e78851d37df11381ec /games/hs-scroll | |
parent | e9ff559e0d7c1792c49c9d2057c665ffa03d6c08 (diff) | |
download | freebsd-ports-gnome-e4b6cd74b6d0abb9b3d47838b3ec9c64953dc258.tar.gz freebsd-ports-gnome-e4b6cd74b6d0abb9b3d47838b3ec9c64953dc258.tar.zst freebsd-ports-gnome-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
Diffstat (limited to 'games/hs-scroll')
-rw-r--r-- | games/hs-scroll/Makefile | 2 |
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 |