Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 13 Mar 2014 13:34:35 +0000 (UTC)
From:      Emanuel Haupt <ehaupt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r348062 - head/net/imapproxy
Message-ID:  <201403131334.s2DDYZu3003464@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: ehaupt
Date: Thu Mar 13 13:34:34 2014
New Revision: 348062
URL: http://svnweb.freebsd.org/changeset/ports/348062
QAT: https://qat.redports.org/buildarchive/r348062/

Log:
  GNU_CONFIGURE is not needed in conjunction with HAS_CONFIGURE which is suitable
  here. Also support staging.

Modified:
  head/net/imapproxy/Makefile

Modified: head/net/imapproxy/Makefile
==============================================================================
--- head/net/imapproxy/Makefile	Thu Mar 13 13:17:00 2014	(r348061)
+++ head/net/imapproxy/Makefile	Thu Mar 13 13:34:34 2014	(r348062)
@@ -10,12 +10,14 @@ MASTER_SITES=	http://www.freebsdcluster.
 MAINTAINER=	lasse@freebsdcluster.org
 COMMENT=	ImapProxy is a caching IMAP proxy daemon to be used with Horde/IMP
 
-GNU_CONFIGURE=	yes
 HAS_CONFIGURE=	yes
 
-NO_STAGE=	yes
+post-patch:
+	@${REINPLACE_CMD} -e 's|= -O3|+= |' ${WRKSRC}/Makefile.in
+
 do-install:
-	${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/sbin
-	${INSTALL_DATA} ${WRKSRC}/example.conf ${PREFIX}/etc/imapproxy.conf.dist
+	${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/sbin
+	${INSTALL_DATA} ${WRKSRC}/example.conf \
+		${STAGEDIR}${PREFIX}/etc/imapproxy.conf.dist
 
 .include <bsd.port.mk>



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