aboutsummaryrefslogtreecommitdiffstats
path: root/mail
diff options
context:
space:
mode:
authorgahr <gahr@FreeBSD.org>2014-02-13 21:53:30 +0800
committergahr <gahr@FreeBSD.org>2014-02-13 21:53:30 +0800
commitd007465943b7a92e260872afb9e8425da84ec40a (patch)
tree6dc7f257f280eaeed92d40b658f29e7872f7fc39 /mail
parent9166b1b492364d34bcfa572ca12b6ad1ef413578 (diff)
downloadfreebsd-ports-gnome-d007465943b7a92e260872afb9e8425da84ec40a.tar.gz
freebsd-ports-gnome-d007465943b7a92e260872afb9e8425da84ec40a.tar.zst
freebsd-ports-gnome-d007465943b7a92e260872afb9e8425da84ec40a.zip
- STAGE-clean
Diffstat (limited to 'mail')
-rw-r--r--mail/mbox2imap/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/mail/mbox2imap/Makefile b/mail/mbox2imap/Makefile
index 6eb57c2b2c4a..426270adeeb9 100644
--- a/mail/mbox2imap/Makefile
+++ b/mail/mbox2imap/Makefile
@@ -18,11 +18,10 @@ NO_BUILD= yes
PLIST_FILES= bin/${PORTNAME}
-NO_STAGE= yes
post-extract:
${CP} ${DISTDIR}/${PORTNAME} ${WRKDIR}
do-install:
- ${INSTALL_SCRIPT} ${WRKDIR}/${PORTNAME} ${PREFIX}/bin
+ ${INSTALL_SCRIPT} ${WRKDIR}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin
.include <bsd.port.mk>