head	1.3;
access;
symbols
	RELEASE_8_3_0:1.2
	RELEASE_9_0_0:1.2
	RELEASE_7_4_0:1.2
	RELEASE_8_2_0:1.2
	RELEASE_6_EOL:1.2
	RELEASE_8_1_0:1.2
	RELEASE_7_3_0:1.2
	RELEASE_8_0_0:1.2
	RELEASE_7_2_0:1.2
	RELEASE_7_1_0:1.2
	RELEASE_6_4_0:1.2
	RELEASE_5_EOL:1.2
	RELEASE_7_0_0:1.2
	RELEASE_6_3_0:1.2
	PRE_XORG_7:1.2
	RELEASE_4_EOL:1.2
	RELEASE_6_2_0:1.2
	RELEASE_6_1_0:1.2
	RELEASE_5_5_0:1.2
	RELEASE_6_0_0:1.2
	RELEASE_5_4_0:1.2
	RELEASE_4_11_0:1.2
	RELEASE_5_3_0:1.2
	RELEASE_4_10_0:1.2
	RELEASE_5_2_1:1.1
	RELEASE_5_2_0:1.1
	RELEASE_4_9_0:1.1
	RELEASE_5_1_0:1.1;
locks; strict;
comment	@# @;


1.3
date	2013.03.04.16.08.06;	author svnexp;	state dead;
branches;
next	1.2;

1.2
date	2004.01.31.09.59.37;	author linimon;	state Exp;
branches;
next	1.1;

1.1
date	2003.05.11.16.40.38;	author petef;	state Exp;
branches;
next	;


desc
@@


1.3
log
@## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/313385
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
@
text
@--- 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 -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)
@


1.2
log
@Update to 1.4.  Mostly minor fixes; see Changelog for details.

PR:		ports/62071
Submitted by:	Thomas Ugland <spam@@nowhere.net>
@
text
@@


1.1
log
@Add igal 1.3, a static html image gallery generator for *nix.

PR:		41673
Submitted by:	Dylan Carlson  <absinthe@@pobox.com>
@
text
@d1 7
a7 17
*** 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
d9 7
a15 5
  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)
@

