head	1.3;
access;
symbols;
locks; strict;
comment	@# @;


1.3
date	2004.05.31.14.17.55;	author pav;	state dead;
branches;
next	1.2;

1.2
date	2004.05.24.23.53.17;	author pav;	state Exp;
branches;
next	1.1;

1.1
date	2004.05.19.12.25.28;	author clement;	state Exp;
branches;
next	;


desc
@@


1.3
log
@- Update to 0.3a

PR:		ports/67416
Submitted by:	Florent Thoumie <flz@@xbsd.org> (maintainer)
@
text
@--- Makefile.orig	Mon May 24 16:51:51 2004
+++ Makefile	Mon May 24 18:01:13 2004
@@@@ -3,11 +3,12 @@@@
 # All Rights Reserved
 # Under the GPL license version 2
 
-CC= gcc
+#CC= gcc
 AR= /usr/bin/ar
 RANLIB= /usr/bin/ranlib
-CCOPT= -O2 -Wall -W
-DEBUG= -g
+#CCOPT= -O2 -Wall -W
+#DEBUG= -g
+CCOPT=	$(CFLAGS)
 
 OBJ = visitors.o aht.o antigetopt.o tail.o
 PRGNAME = visitors
@


1.2
log
@- Update to 0.3

PR:		ports/67136
Submitted by:	Florent Thoumie <flz@@xbsd.org> (maintainer)
@
text
@@


1.1
log
@Add visitors 0.2.a, very fast and easy to use web log analyzer.

PR:		ports/66619
Submitted by:	Florent Thoumie <flz@@xbsd.org>
@
text
@d1 3
a3 3
--- Makefile.orig	Wed May 19 14:06:49 2004
+++ Makefile	Wed May 19 14:07:15 2004
@@@@ -3,11 +3,11 @@@@
d13 1
a13 1
+CCOPT= ${CFLAGS}
d15 1
d17 1
a17 1
 OBJ = visitors.o aht.o antigetopt.o
@

