diff options
author | Gleb Popov <arrowd@FreeBSD.org> | 2019-06-21 00:03:10 +0800 |
---|---|---|
committer | Gleb Popov <arrowd@FreeBSD.org> | 2019-06-21 00:03:10 +0800 |
commit | 9b79b0b5b291ebbec7fd7da451a9d6d7bb5ac47c (patch) | |
tree | 5612bfb2fa5987e0c24ec3d6d9fae64135cafe44 /www | |
parent | 004053f86dfcf7c83174eca4f3d08b79e3e3fadb (diff) | |
download | freebsd-ports-gnome-9b79b0b5b291ebbec7fd7da451a9d6d7bb5ac47c.tar.gz freebsd-ports-gnome-9b79b0b5b291ebbec7fd7da451a9d6d7bb5ac47c.tar.zst freebsd-ports-gnome-9b79b0b5b291ebbec7fd7da451a9d6d7bb5ac47c.zip |
In wrapper scripts, use $@ instead of $* to correctly pass arguments to the real program
PR: 238719
Approved by: tcberner (mentor, implicit)
Diffstat (limited to 'www')
-rw-r--r-- | www/hs-DAV/Makefile | 2 | ||||
-rw-r--r-- | www/hs-hjsmin/Makefile | 2 | ||||
-rw-r--r-- | www/hs-wai-app-static/Makefile | 1 | ||||
-rw-r--r-- | www/hs-yesod-bin/Makefile | 2 |
4 files changed, 4 insertions, 3 deletions
diff --git a/www/hs-DAV/Makefile b/www/hs-DAV/Makefile index 92fb151d06a1..cbcc57a9543d 100644 --- a/www/hs-DAV/Makefile +++ b/www/hs-DAV/Makefile @@ -2,7 +2,7 @@ PORTNAME= DAV PORTVERSION= 1.3.3 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= www haskell MAINTAINER= haskell@FreeBSD.org diff --git a/www/hs-hjsmin/Makefile b/www/hs-hjsmin/Makefile index 56502f094c2b..a6cb9368f632 100644 --- a/www/hs-hjsmin/Makefile +++ b/www/hs-hjsmin/Makefile @@ -2,7 +2,7 @@ PORTNAME= hjsmin PORTVERSION= 0.2.0.2 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= www haskell MAINTAINER= haskell@FreeBSD.org diff --git a/www/hs-wai-app-static/Makefile b/www/hs-wai-app-static/Makefile index 91fc7d531b4d..ea42ae5eac3a 100644 --- a/www/hs-wai-app-static/Makefile +++ b/www/hs-wai-app-static/Makefile @@ -2,6 +2,7 @@ PORTNAME= wai-app-static PORTVERSION= 3.1.6.3 +PORTREVISION= 1 CATEGORIES= www haskell MAINTAINER= haskell@FreeBSD.org diff --git a/www/hs-yesod-bin/Makefile b/www/hs-yesod-bin/Makefile index 131bc9888f9a..02cbbf6f23e2 100644 --- a/www/hs-yesod-bin/Makefile +++ b/www/hs-yesod-bin/Makefile @@ -2,7 +2,7 @@ PORTNAME= yesod-bin PORTVERSION= 1.6.0.3 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= www haskell MAINTAINER= haskell@FreeBSD.org |