diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2016-12-02 09:00:43 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2016-12-02 09:00:43 +0000 |
commit | 21a1453cb1fbdbb60b46b723a56839c0ac03f280 (patch) | |
tree | 3d84d131a1991d278bc1ec5ec03c5d138567ba39 /lang/whitespace/files/patch-Makefile | |
parent | Update to new release 3.7. (diff) |
- Fix LICENSE
- Add LICENSE_FILE
- Switch to options helpers
- Regenerate patches
Notes
Notes:
svn path=/head/; revision=427547
Diffstat (limited to 'lang/whitespace/files/patch-Makefile')
-rw-r--r-- | lang/whitespace/files/patch-Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lang/whitespace/files/patch-Makefile b/lang/whitespace/files/patch-Makefile index e328abd90a50..f99c69775daa 100644 --- a/lang/whitespace/files/patch-Makefile +++ b/lang/whitespace/files/patch-Makefile @@ -1,6 +1,6 @@ ---- Makefile.orig 2003-03-31 14:39:29.000000000 +0200 -+++ Makefile 2011-03-26 12:58:40.517004812 +0100 -@@ -2,13 +2,12 @@ +--- Makefile.orig 2003-03-31 12:39:29 UTC ++++ Makefile +@@ -2,13 +2,12 @@ GHC = ghc GHCI = ghci SRCS = main.hs Input.hs VM.hs Tokens.hs @@ -17,7 +17,7 @@ ghci: ${GHCI} ${OPTS} main.hs -@@ -19,21 +18,3 @@ +@@ -19,21 +18,3 @@ depend: clean: rm -f ${TARGET} ${OBJS} rm -f *~ *.hi |