diff options
author | Renato Botelho <garga@FreeBSD.org> | 2013-10-13 18:52:54 +0000 |
---|---|---|
committer | Renato Botelho <garga@FreeBSD.org> | 2013-10-13 18:52:54 +0000 |
commit | 4ccd907479e6143e43ca84b70bd01a828c746593 (patch) | |
tree | c9aa09073eef63572ce7b5e1267062fa21a10ffc /mail | |
parent | c89205b63792809d6aab1026017cab676bbd1e5e (diff) | |
download | ports-4ccd907479e6143e43ca84b70bd01a828c746593.tar.gz ports-4ccd907479e6143e43ca84b70bd01a828c746593.zip |
Notes
Diffstat (limited to 'mail')
-rw-r--r-- | mail/mb2md/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/mail/mb2md/Makefile b/mail/mb2md/Makefile index 25a4671bd0af..62e8df5a2655 100644 --- a/mail/mb2md/Makefile +++ b/mail/mb2md/Makefile @@ -25,8 +25,7 @@ SHEBANG_FILES= mb2md PLIST_FILES= bin/mb2md -NO_STAGE= yes do-install: - ${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin + ${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin .include <bsd.port.mk> |