svn commit: r348062 - head/net/imapproxy

Emanuel Haupt ehaupt at FreeBSD.org
Thu Mar 13 13:34:35 UTC 2014


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 at 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>


More information about the svn-ports-head mailing list