Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 13 Feb 2014 13:53:31 +0000 (UTC)
From:      Pietro Cerutti <gahr@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r344111 - head/mail/mbox2imap
Message-ID:  <201402131353.s1DDrVq1088140@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: gahr
Date: Thu Feb 13 13:53:30 2014
New Revision: 344111
URL: http://svnweb.freebsd.org/changeset/ports/344111
QAT: https://qat.redports.org/buildarchive/r344111/

Log:
  - STAGE-clean

Modified:
  head/mail/mbox2imap/Makefile

Modified: head/mail/mbox2imap/Makefile
==============================================================================
--- head/mail/mbox2imap/Makefile	Thu Feb 13 13:52:31 2014	(r344110)
+++ head/mail/mbox2imap/Makefile	Thu Feb 13 13:53:30 2014	(r344111)
@@ -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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201402131353.s1DDrVq1088140>