diff options
author | arrowd <arrowd@FreeBSD.org> | 2019-06-13 21:57:14 +0800 |
---|---|---|
committer | arrowd <arrowd@FreeBSD.org> | 2019-06-13 21:57:14 +0800 |
commit | ff836666d79b21e247fa14fceb2132249fcee21c (patch) | |
tree | 8fee22f4ca1a84563a8ec1e78851d37df11381ec /www/hs-hjsmin/Makefile | |
parent | a35282665e24740f461ec5eb0f8e2ee3a76c1f0b (diff) | |
download | freebsd-ports-gnome-ff836666d79b21e247fa14fceb2132249fcee21c.tar.gz freebsd-ports-gnome-ff836666d79b21e247fa14fceb2132249fcee21c.tar.zst freebsd-ports-gnome-ff836666d79b21e247fa14fceb2132249fcee21c.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 'www/hs-hjsmin/Makefile')
-rw-r--r-- | www/hs-hjsmin/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/hs-hjsmin/Makefile b/www/hs-hjsmin/Makefile index e286666fb561..56502f094c2b 100644 --- a/www/hs-hjsmin/Makefile +++ b/www/hs-hjsmin/Makefile @@ -2,7 +2,7 @@ PORTNAME= hjsmin PORTVERSION= 0.2.0.2 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= www haskell MAINTAINER= haskell@FreeBSD.org |