diff options
author | obraun <obraun@FreeBSD.org> | 2003-06-10 06:26:19 +0800 |
---|---|---|
committer | obraun <obraun@FreeBSD.org> | 2003-06-10 06:26:19 +0800 |
commit | 559fd075f7c7ad654d41b45ab6c9102464b08040 (patch) | |
tree | 6982b9886e0e6f139355e8dc1982f98563e453bb /devel/hs-darcs | |
parent | fc3879796cb8838f41c3cfd05d23ca8c4e9f9eb2 (diff) | |
download | freebsd-ports-gnome-559fd075f7c7ad654d41b45ab6c9102464b08040.tar.gz freebsd-ports-gnome-559fd075f7c7ad654d41b45ab6c9102464b08040.tar.zst freebsd-ports-gnome-559fd075f7c7ad654d41b45ab6c9102464b08040.zip |
Grrrrmmmmppfff. Fix previous commit.
Diffstat (limited to 'devel/hs-darcs')
-rw-r--r-- | devel/hs-darcs/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/hs-darcs/Makefile b/devel/hs-darcs/Makefile index ab47068e4288..e71b13d24f1f 100644 --- a/devel/hs-darcs/Makefile +++ b/devel/hs-darcs/Makefile @@ -20,7 +20,7 @@ USE_REINPLACE= yes USE_GMAKE= yes ALL_TARGET= darcs darcs.1 darcs-patcher darcs-createrepo -GHC_VERSION= `${LOCALBASE}/bin/ghc ----numeric-version` +GHC_VERSION= `${LOCALBASE}/bin/ghc --numeric-version` .if defined(WITH_CGI) ALL_TARGET+= darcs_cgi |