@${FIND} ${WRKSRC} -name "*.orig"|${XARGS} ${RM} -f
pre-install:
PKG_PREFIX=${PREFIX} ./pkg-install ${PKGNAME} PRE-INSTALL
PKG_PREFIX=${PREFIX} ${SH} ${.CURDIR}/pkg-install ${PKGNAME} PRE-INSTALL
post-install:
@if [ ! -f ${PREFIX}/etc/rc.d/apache.sh ]; then \