- respect SYSCONFDIR
- better DESCR -- From: MAINTAINER
This commit is contained in:
parent
74584b1ef7
commit
f96d461597
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2002/08/12 22:49:34 couderc Exp $
|
||||
# $OpenBSD: Makefile,v 1.2 2002/08/27 02:53:29 brad Exp $
|
||||
|
||||
COMMENT= "lightweight HTTP/SSL proxy"
|
||||
CATEGORIES= www
|
||||
@ -17,9 +17,11 @@ PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
CONFIGURE_STYLE= simple
|
||||
|
||||
SYSCONFDIR= /etc/tinyproxy
|
||||
TP_CONFIG= ${SYSCONFDIR}/tinyproxy
|
||||
|
||||
CONFIGURE_ARGS+= --with-config=${SYSCONFDIR}/tinyproxy.conf
|
||||
CONFIGURE_ARGS+= --with-config=${TP_CONFIG}/tinyproxy.conf
|
||||
|
||||
SUBST_VARS= TP_CONFIG
|
||||
|
||||
DOCS= HTTP_ERROR_CODES RFC_INFO
|
||||
|
||||
|
@ -1,12 +1,12 @@
|
||||
#!/bin/sh
|
||||
# $OpenBSD: DEINSTALL,v 1.1.1.1 2002/08/12 22:49:34 couderc Exp $
|
||||
# $OpenBSD: DEINSTALL,v 1.2 2002/08/27 02:53:29 brad Exp $
|
||||
#
|
||||
# tinyproxy de-installation
|
||||
|
||||
set -e
|
||||
PATH=/bin:/usr/bin:/sbin:/usr/sbin
|
||||
PREFIX=${PKG_PREFIX:-/usr/local}
|
||||
CONFIG_DIR=${SYSCONFDIR}
|
||||
CONFIG_DIR=${TP_CONFIG}
|
||||
|
||||
if [ -d $CONFIG_DIR ]; then
|
||||
echo
|
||||
|
@ -1,7 +1,8 @@
|
||||
tinyproxy is a GPLed, lightweight HTTP/SSL proxy. Designed from the ground
|
||||
up to be fast and yet small, it is an ideal solution for 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.
|
||||
tinyproxy is a GPLed, lightweight HTTP/SSL proxy. Designed from the
|
||||
ground up to be fast and yet small, it is an ideal solution for
|
||||
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}
|
||||
|
@ -1,5 +1,5 @@
|
||||
#!/bin/sh
|
||||
# $OpenBSD: INSTALL,v 1.1.1.1 2002/08/12 22:49:34 couderc Exp $
|
||||
# $OpenBSD: INSTALL,v 1.2 2002/08/27 02:53:29 brad Exp $
|
||||
#
|
||||
# Pre/post-installation setup of tinyproxy
|
||||
|
||||
@ -8,7 +8,7 @@
|
||||
set -e
|
||||
PATH=/bin:/usr/bin:/sbin:/usr/sbin
|
||||
PREFIX=${PKG_PREFIX:-/usr/local}
|
||||
CONFIG_DIR=${SYSCONFDIR}
|
||||
CONFIG_DIR=${TP_CONFIG}
|
||||
SAMPLE_CONFIG_DIR=$PREFIX/share/examples/tinyproxy
|
||||
|
||||
do_notice()
|
||||
|
Loading…
Reference in New Issue
Block a user