freebsd-ports/www/mod_log_config-st/Makefile
Philip M. Gollucci b981137cad - Fix pkg-plist
o mod_log_config and mod_log_config-st conflict in and of themselves
  o also, without anchors, they break the SED magic in Mk/bsd.apache.mk
    rather then affect all ports, drop AP_GENPLIST and tweak it accordinly

Reported by:    erwin via pointyhat
2010-09-16 01:27:13 +00:00

30 lines
687 B
Makefile

# New ports collection makefile for: mod_log_config-st
# Date created: Sun May 2 2004
# Whom: Clement Laforet <clement@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= mod_log_config-st
PORTVERSION= 1.0
PORTREVISION= 1
CATEGORIES= www
# Original location: http://bitbrook.de/software/mod_log_mysql/mod_log_config.c
MASTER_SITES= http://sheepkiller.nerim.net/ports/${PORTNAME}/
DIST_SUBDIR= apache2
MAINTAINER= apache@FreeBSD.org
COMMENT= A modified version of mod_log_config for apache2
MAKE_JOBS_SAFE= yes
USE_APACHE= 20+
AP_FAST_BUILD= YES
SRC_FILE= mod_log_config.c
SHORTMODNAME= log_config
MODULENAME= mod_log_config-st
post-install:
@${CAT} ${PKGMESSAGE}
.include <bsd.port.mk>