diff options
author | dougb <dougb@FreeBSD.org> | 2012-08-22 05:00:33 +0800 |
---|---|---|
committer | dougb <dougb@FreeBSD.org> | 2012-08-22 05:00:33 +0800 |
commit | b27652b43bdb1dc4a973d1db0d0da523579e215b (patch) | |
tree | 687cc3167fd1d7bdcfa54b68496dfda41bdf40fa /mail | |
parent | 0ebe4ddc54831b4e06084ce6d046dbba142175ce (diff) | |
download | freebsd-ports-gnome-b27652b43bdb1dc4a973d1db0d0da523579e215b.tar.gz freebsd-ports-gnome-b27652b43bdb1dc4a973d1db0d0da523579e215b.tar.zst freebsd-ports-gnome-b27652b43bdb1dc4a973d1db0d0da523579e215b.zip |
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.
Diffstat (limited to 'mail')
-rw-r--r-- | mail/missey/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
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 |