6ba8133cdd
detailed http 404 error reports. Webalizer author hinted me at this, he does not intend to update. danh@ is ok with the maintainer change. ok stehn, okan.
17 lines
634 B
Plaintext
17 lines
634 B
Plaintext
$OpenBSD: patch-Makefile_in,v 1.7 2008/01/30 20:06:48 mbalmer Exp $
|
|
--- Makefile.in.orig Tue Jan 2 14:04:23 2007
|
|
+++ Makefile.in Wed Jan 30 13:21:35 2008
|
|
@@ -87,9 +87,9 @@ distclean: clean
|
|
install: all
|
|
$(INSTALL_PROGRAM) webalizer ${BINDIR}/webalizer
|
|
$(INSTALL_DATA) webalizer.1 ${MANDIR}/webalizer.1
|
|
- $(INSTALL_DATA) sample.conf ${ETCDIR}/webalizer.conf.sample
|
|
- rm -f ${BINDIR}/webazolver
|
|
- @LN_S@ ${BINDIR}/webalizer ${BINDIR}/webazolver
|
|
+# $(INSTALL_DATA) sample.conf ${ETCDIR}/webalizer.conf.sample
|
|
+# rm -f ${BINDIR}/webazolver
|
|
+# @LN_S@ ${BINDIR}/webalizer ${BINDIR}/webazolver
|
|
|
|
uninstall:
|
|
rm -f ${BINDIR}/webalizer
|