pkgsrc/www/privoxy/INSTALL
jlam 16435dbba4 Split out deinstall portion of INSTALL script into a DEINSTALL script
to avoid the confusing DEINSTALL_TEMPLATE+=.../INSTALL line in the
Makefile.  Also, fix the INSTALL script so that we actually link a
real target into ${PKG_SYSCONFDIR}.  Bump the PKGREVISION.
2006-06-15 20:36:08 +00:00

10 lines
191 B
Text

#!@SH@
#
# $NetBSD: INSTALL,v 1.3 2006/06/15 20:36:08 jlam Exp $
case "${STAGE}" in
POST-INSTALL)
${LN} -s ${PKG_PREFIX}/share/examples/privoxy/templates \
${PKG_SYSCONFDIR}/.
;;
esac