summaryrefslogtreecommitdiff
path: root/www/igal/files/patch-Makefile
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2004-01-31 09:59:37 +0000
committerMark Linimon <linimon@FreeBSD.org>2004-01-31 09:59:37 +0000
commit3bb2f85aee24af56f13728984801f73d86230b81 (patch)
treee34e26a4899e11e4ff5ff177dcd15955ae350861 /www/igal/files/patch-Makefile
parent- SIZEify (diff)
Update to 1.4. Mostly minor fixes; see Changelog for details.
PR: ports/62071 Submitted by: Thomas Ugland <spam@nowhere.net>
Notes
Notes: svn path=/head/; revision=99593
Diffstat (limited to 'www/igal/files/patch-Makefile')
-rw-r--r--www/igal/files/patch-Makefile36
1 files changed, 14 insertions, 22 deletions
diff --git a/www/igal/files/patch-Makefile b/www/igal/files/patch-Makefile
index 6febd690f68d..013cd1a0f516 100644
--- a/www/igal/files/patch-Makefile
+++ b/www/igal/files/patch-Makefile
@@ -1,23 +1,15 @@
-*** Makefile.orig Mon Sep 3 19:26:32 2001
---- Makefile Wed Aug 14 17:27:24 2002
-***************
-*** 12,19 ****
- rm -f $(BINDIR)/igal
- rm -f $(MANDIR)/igal.1
-
- install:: igal
-! install -D -m 0755 igal $(BINDIR)/igal
-! install -D -m 0644 igal.1 $(MANDIR)/igal.1
- install -d -m 0755 $(LIBDIR)
- install -m 0644 indextemplate.html slidetemplate.html tile.gif $(LIBDIR)
---- 12,21 ----
- rm -f $(BINDIR)/igal
- rm -f $(MANDIR)/igal.1
-
-+ all:: igal
+--- Makefile.orig Tue Feb 4 07:41:31 2003
++++ Makefile Thu Jan 29 11:18:43 2004
+@@ -12,8 +12,10 @@
+ rm -f $(BINDIR)/igal
+ rm -f $(MANDIR)/igal.1
+
++all:: igal
+
- install:: igal
-! install -m 0755 igal $(BINDIR)/igal
-! install -m 0644 igal.1 $(MANDIR)/igal.1
- install -d -m 0755 $(LIBDIR)
- install -m 0644 indextemplate.html slidetemplate.html tile.gif $(LIBDIR)
+ install:: igal
+- install -D -m 0755 igal $(BINDIR)/igal
+- install -D -m 0644 igal.1 $(MANDIR)/igal.1
++ install -m 0755 igal $(BINDIR)/igal
++ install -m 0644 igal.1 $(MANDIR)/igal.1
+ install -d -m 0755 $(LIBDIR)
+ install -m 0644 README THANKS ChangeLog COPYING indextemplate.html slidetemplate.html tile.png igal.css $(LIBDIR)