From b27652b43bdb1dc4a973d1db0d0da523579e215b Mon Sep 17 00:00:00 2001 From: dougb Date: Tue, 21 Aug 2012 21:00:33 +0000 Subject: Fix problem introduced in r302141. The directory for the unpacked source files is unversioned, so it conflicts with the name of the rc.d script in WRKDIR after SUB_FILES is applied. --- mail/missey/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'mail/missey') diff --git a/mail/missey/Makefile b/mail/missey/Makefile index 34d5b0818317..42280a7b680f 100644 --- a/mail/missey/Makefile +++ b/mail/missey/Makefile @@ -29,6 +29,7 @@ USE_RC_SUBR= mps post-extract: @${MV} ${WRKDIR}/mps/src ${WRKSRC} + @${RM} -r ${WRKDIR}/mps post-patch: @${CP} ${FILESDIR}/Makefile ${WRKSRC}/Makefile -- cgit