16435dbba4
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.
10 lines
191 B
Text
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
|