View | Details | Raw Unified | Return to bug 31599
Collapse All | Expand All

(-)apache2/Makefile (-1 / +1 lines)
Lines 66-72 Link Here
66
	@${FIND} ${WRKSRC} -name "*.orig"|${XARGS} ${RM} -f
66
	@${FIND} ${WRKSRC} -name "*.orig"|${XARGS} ${RM} -f
67
67
68
pre-install:
68
pre-install:
69
	PKG_PREFIX=${PREFIX} ./pkg-install ${PKGNAME} PRE-INSTALL
69
	PKG_PREFIX=${PREFIX} ${SH} ${.CURDIR}/pkg-install ${PKGNAME} PRE-INSTALL
70
70
71
post-install:
71
post-install:
72
	@if [ ! -f ${PREFIX}/etc/rc.d/apache.sh ]; then \
72
	@if [ ! -f ${PREFIX}/etc/rc.d/apache.sh ]; then \

Return to bug 31599