diff options
author | jlam <jlam> | 2002-09-19 09:04:02 +0000 |
---|---|---|
committer | jlam <jlam> | 2002-09-19 09:04:02 +0000 |
commit | d1a32f9d3becd23c08ad93d8cddbfd1ba1ce672c (patch) | |
tree | 185ab29c04b06eec36c6497410047b36b8b6958d /www/squid | |
parent | 504b932bf8ad52e5d5ac8e46b820da53731eca36 (diff) | |
download | pkgsrc-d1a32f9d3becd23c08ad93d8cddbfd1ba1ce672c.tar.gz |
Take advantage of the auto-generation and installation of rc.d scripts.
Diffstat (limited to 'www/squid')
-rw-r--r-- | www/squid/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/www/squid/Makefile b/www/squid/Makefile index 2ff5ced077a..6c9c20053dd 100644 --- a/www/squid/Makefile +++ b/www/squid/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.67 2002/09/15 14:39:51 grant Exp $ +# $NetBSD: Makefile,v 1.68 2002/09/19 09:04:32 jlam Exp $ DISTNAME= squid-2.4.STABLE7-src PKGNAME= squid-2.4.7 @@ -48,9 +48,6 @@ SQUID_CONFIGURE_ARGS?= --disable-internal-dns \ OPTIONAL_FILES= libexec/diskd libexec/dnsserver libexec/pinger libexec/unlinkd -post-build: - @${SED} ${FILES_SUBST_SED} ${FILESDIR}/squid.sh > ${WRKDIR}/squid - pre-install: @${INSTALL_DATA_DIR} ${PREFIX}/share/examples/squid @${INSTALL_DATA_DIR} ${PREFIX}/share/squid @@ -59,7 +56,6 @@ pre-install: post-install: cd ${WRKSRC}/src; ${TEST} ! -x pinger || ${MAKE} install-pinger - ${INSTALL_SCRIPT} ${WRKDIR}/squid ${RCD_SCRIPTS_EXAMPLEDIR}/squid @${CP} ${PKGDIR}/PLIST ${PLIST_SRC} @( \ for FILE in ${OPTIONAL_FILES}; do \ |