1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-01 10:59:55 +00:00

GNU_CONFIGURE is not needed in conjunction with HAS_CONFIGURE which is suitable

here. Also support staging.
This commit is contained in:
Emanuel Haupt 2014-03-13 13:34:34 +00:00
parent e014f53ce2
commit adba66ccf5
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=348062

View File

@ -10,12 +10,14 @@ MASTER_SITES= http://www.freebsdcluster.org/~lasse/software/
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>