1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-26 05:02:18 +00:00
freebsd-ports/devel/hs-git-annex/files/patch-Setup.hs
Gabor Pali 32843232af - Update to 3.20110707
- Cabalize port

PR:		ports/159348
Submitted by:	pgj
Approved by:	maintainer (timeout)
Obtained from:	FreeBSD Haskell
2011-09-26 20:49:55 +00:00

14 lines
312 B
Haskell

--- ./Setup.hs.orig 2011-07-02 23:11:40.000000000 +0200
+++ ./Setup.hs 2011-07-08 23:11:28.256484379 +0200
@@ -9,9 +9,9 @@
}
makeSources _ _ = do
- system "make sources"
+ system "gmake sources manuals"
return (Nothing, [])
makeClean _ _ _ _ = do
- system "make clean"
+ system "gmake clean"
return ()