View | Details | Raw Unified | Return to bug 72240 | Differences between
and this patch

Collapse All | Expand All

(-)Makefile (-1 / +1 lines)
Lines 58-64 Link Here
58
	$(CP) ${FILESDIR}/sendto.c ${WRKSRC}
58
	$(CP) ${FILESDIR}/sendto.c ${WRKSRC}
59
59
60
pre-install:
60
pre-install:
61
	PKG_PREFIX=${PREFIX} ${SH} pkg-install ${PKGNAME} PRE-INSTALL
61
	PKG_PREFIX=${PREFIX} ${SH} ${MASTERDIR}/pkg-install ${PKGNAME} PRE-INSTALL
62
62
63
do-install:
63
do-install:
64
	cd ${WRKSRC} && \
64
	cd ${WRKSRC} && \

Return to bug 72240