From 6d88ffb3f1c6400716dd9dda6ed843c0f931433a Mon Sep 17 00:00:00 2001 From: sturm Date: Sat, 27 Sep 2003 06:46:32 +0000 Subject: [PATCH] - obey SYSCONFDIR reported by Steve Shockley, ok margarida@ - bump PKGNAME - remove WWW while here --- www/tinyproxy/Makefile | 4 +++- www/tinyproxy/pkg/DESCR | 2 -- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/www/tinyproxy/Makefile b/www/tinyproxy/Makefile index a7b5f804048..9c0ef15aa46 100644 --- a/www/tinyproxy/Makefile +++ b/www/tinyproxy/Makefile @@ -1,9 +1,10 @@ -# $OpenBSD: Makefile,v 1.6 2003/02/16 18:19:33 margarida Exp $ +# $OpenBSD: Makefile,v 1.7 2003/09/27 06:46:32 sturm Exp $ COMMENT= "lightweight HTTP/SSL proxy" VERSION= 1.5.2 DISTNAME= tinyproxy-${VERSION} +PKGNAME= ${DISTNAME}p0 CATEGORIES= www net HOMEPAGE= http://tinyproxy.sourceforge.net/ @@ -22,6 +23,7 @@ MODULES= gcc3 MODGCC3_ARCHES= sparc64 CONFIGURE_STYLE= simple +CONFIGURE_ARGS+= --with-config=${SYSCONFDIR}/tinyproxy/tinyproxy.conf MAKE_FLAGS= CFLAGS="${CFLAGS}" DOCS= HTTP_ERROR_CODES RFC_INFO filter-howto.txt diff --git a/www/tinyproxy/pkg/DESCR b/www/tinyproxy/pkg/DESCR index 13254b64f46..812019d6af0 100644 --- a/www/tinyproxy/pkg/DESCR +++ b/www/tinyproxy/pkg/DESCR @@ -4,5 +4,3 @@ sites where a full-featured HTTP proxy is required, but the system resources required to run a more demanding HTTP proxy are unavailable. tinyproxy is fully compatible with all existing web browsers, and has a number of useful features. - -WWW: ${HOMEPAGE}