aboutsummaryrefslogtreecommitdiff
path: root/mail/mbox2imap
diff options
context:
space:
mode:
authorPietro Cerutti <gahr@FreeBSD.org>2014-02-13 13:53:30 +0000
committerPietro Cerutti <gahr@FreeBSD.org>2014-02-13 13:53:30 +0000
commit6e0063ca62d4c76ced5fde54f7c3de1e99b5f03f (patch)
tree6dc7f257f280eaeed92d40b658f29e7872f7fc39 /mail/mbox2imap
parent4d4ce84b542a5187b4ea18c3708a284ae194d05c (diff)
downloadports-6e0063ca62d4c76ced5fde54f7c3de1e99b5f03f.tar.gz
ports-6e0063ca62d4c76ced5fde54f7c3de1e99b5f03f.zip
Notes
Diffstat (limited to 'mail/mbox2imap')
-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>