aboutsummaryrefslogtreecommitdiff
path: root/mail/mbox2mdir
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2014-02-06 07:21:52 +0000
committerMartin Wilke <miwi@FreeBSD.org>2014-02-06 07:21:52 +0000
commit54cd26bca520596f95844faf92d3abe9deed75ca (patch)
tree65cb6764195d1cb294921d289bf82b44c92ff3ee /mail/mbox2mdir
parent8e97efcb880a1566a02f680b71ce1b5bf3ef0ea7 (diff)
downloadports-54cd26bca520596f95844faf92d3abe9deed75ca.tar.gz
ports-54cd26bca520596f95844faf92d3abe9deed75ca.zip
- Stage support
Notes
Notes: svn path=/head/; revision=342937
Diffstat (limited to 'mail/mbox2mdir')
-rw-r--r--mail/mbox2mdir/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/mail/mbox2mdir/Makefile b/mail/mbox2mdir/Makefile
index 6f61c4f77cb5..1f9514530a86 100644
--- a/mail/mbox2mdir/Makefile
+++ b/mail/mbox2mdir/Makefile
@@ -15,11 +15,10 @@ USE_BZIP2= yes
PLIST_FILES= bin/mbox2mdir
-NO_STAGE= yes
do-build:
${CXX} ${CXXFLAGS} ${WRKSRC}/mbox2mdir.cpp -o ${WRKSRC}/mbox2mdir
do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/mbox2mdir ${PREFIX}/bin
+ ${INSTALL_PROGRAM} ${WRKSRC}/mbox2mdir ${STAGEDIR}${PREFIX}/bin
.include <bsd.port.mk>