Fake
This commit is contained in:
parent
dfe9e1c79d
commit
1a2f04c979
@ -1,10 +1,10 @@
|
||||
# $OpenBSD: Makefile,v 1.15 2000/04/09 17:38:40 espie Exp $
|
||||
# $OpenBSD: Makefile,v 1.16 2000/06/09 20:21:41 espie Exp $
|
||||
|
||||
DISTNAME= squid-2.2.STABLE5
|
||||
PKGNAME= squid-2.2
|
||||
CATEGORIES= www
|
||||
NEED_VERSION= 1.218
|
||||
FAKE=No
|
||||
NEED_VERSION= 1.295
|
||||
HOMEPAGE= http://squid.nlanr.net/Squid/
|
||||
MASTER_SITES= http://www.squid-cache.org/Versions/v2/2.2/
|
||||
MASTER_SITES0= http://www.squid-cache.org/Versions/v2/2.2/bugs/
|
||||
EXTRACT_SUFX= -src.tar.gz
|
||||
@ -28,12 +28,14 @@ PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
SYSCONFDIR= /etc/squid
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS= --localstatedir="/var/squid"
|
||||
STATEDIR= /var/squid
|
||||
SUBST_VARS=SYSCONFDIR STATEDIR
|
||||
|
||||
HAS_CONFIGURE= Yes
|
||||
CONFIGURE_ARGS=--prefix='$${DESTDIR}${PREFIX}'
|
||||
CONFIGURE_ARGS+=--sysconfdir='$${DESTDIR}${SYSCONFDIR}'
|
||||
CONFIGURE_ARGS+= --localstatedir="${STATEDIR}"
|
||||
|
||||
MAKE_FILE= makefile
|
||||
|
||||
post-install:
|
||||
@PKG_PREFIX="${PREFIX}" sh ${PKGDIR}/INSTALL ${DISTNAME} POST-INSTALL
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,4 +1,4 @@
|
||||
SQUID Internet Object Cache http://squid.nlanr.net/Squid/
|
||||
SQUID Internet Object Cache: ${HOMEPAGE}
|
||||
--------------------------------------------------------
|
||||
|
||||
Squid is the result of efforts by numerous individuals from the
|
||||
|
@ -5,14 +5,14 @@ NOTES ON OpenBSD POST-INSTALLATION OF SQUID 2.2.RELEASE
|
||||
|
||||
Documentation on Squid is available at http://squid.nlanr.net/
|
||||
The local (OpenBSD) differences are:
|
||||
- configuration files are in /etc/squid
|
||||
- sample configuration files are in /usr/local/lib/squid/conf
|
||||
- error message files are in /usr/local/share/squid/errors
|
||||
- sample error message files are in /usr/local/lib/squid/errors
|
||||
- icons are in /usr/local/share/squid/icons
|
||||
- sample icons are in /usr/local/lib/squid/icons
|
||||
- the cache is in /var/squid/cache
|
||||
- logs are stored in /var/squid/logs
|
||||
- configuration files are in ${SYSCONFDIR}
|
||||
- sample configuration files are in ${PREFIX}/lib/squid/conf
|
||||
- error message files are in ${PREFIX}/share/squid/errors
|
||||
- sample error message files are in ${PREFIX}/lib/squid/errors
|
||||
- icons are in ${PREFIX}/share/squid/icons
|
||||
- sample icons are in ${PREFIX}/lib/squid/icons
|
||||
- the cache is in ${STATEDIR}/cache
|
||||
- logs are stored in ${STATEDIR}/logs
|
||||
- the ugid squid runs as is www:www
|
||||
|
||||
Please remember to initialize the cache by running "squid -z" before
|
||||
|
@ -1,3 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.4 2000/06/09 20:21:41 espie Exp $
|
||||
bin/RunCache
|
||||
bin/RunAccel
|
||||
bin/squid
|
||||
|
Loading…
Reference in New Issue
Block a user