diff options
author | Romain Tartière <romain@FreeBSD.org> | 2012-05-04 14:20:02 +0000 |
---|---|---|
committer | Romain Tartière <romain@FreeBSD.org> | 2012-05-04 14:20:02 +0000 |
commit | 0c98cacd1d5df480fb5505294bda9525304f4c52 (patch) | |
tree | 955b27cbad7688dae068f8a47dcfc2695ac9a1d6 /devel/monodevelop-java/files/patch-Makefile | |
parent | 548e329135f84b1bdd8a4df09f4b697531569c26 (diff) |
Notes
Diffstat (limited to 'devel/monodevelop-java/files/patch-Makefile')
-rw-r--r-- | devel/monodevelop-java/files/patch-Makefile | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/devel/monodevelop-java/files/patch-Makefile b/devel/monodevelop-java/files/patch-Makefile index 047592e710e7..c13d68fb5576 100644 --- a/devel/monodevelop-java/files/patch-Makefile +++ b/devel/monodevelop-java/files/patch-Makefile @@ -1,5 +1,8 @@ ---- Makefile.orig 2008-03-02 14:16:03.000000000 +0100 -+++ Makefile 2008-03-02 14:15:17.000000000 +0100 + +$FreeBSD$ + +--- Makefile.orig ++++ Makefile @@ -26,14 +26,14 @@ @set . $$MAKEFLAGS; final_exit=:; \ case $$2 in --unix) shift ;; esac; \ @@ -19,7 +22,7 @@ $$final_exit $(CONFIG_MAKE): -@@ -47,18 +47,18 @@ +@@ -47,17 +47,17 @@ dist: $(CONFIG_MAKE) rm -rf $(PACKAGE)-$(VERSION) mkdir $(PACKAGE)-$(VERSION) @@ -36,15 +39,13 @@ esac \ done - (make dist-local distdir=$(PACKAGE)-$(VERSION)) -- make - make post-dist-hook distsir=$$distdir + (${MAKE} dist-local distdir=$(PACKAGE)-$(VERSION)) -+ ${MAKE} + ${MAKE} post-dist-hook distsir=$$distdir tar czvf $(PACKAGE)-$(VERSION).tar.gz $(PACKAGE)-$(VERSION) rm -rf $(PACKAGE)-$(VERSION) @echo "==========================================" -@@ -69,5 +69,5 @@ +@@ -68,5 +68,5 @@ (mkdir test; cd test; \ tar xzvf ../$(PACKAGE)-$(VERSION).tar.gz; cd $(PACKAGE)-$(VERSION); \ ./configure --prefix=$$(cd `pwd`/..; pwd); \ |