mirror of
https://git.freebsd.org/ports.git
synced 2025-07-17 01:09:24 -04:00
GNU_CONFIGURE is not needed in conjunction with HAS_CONFIGURE which is suitable
here. Also support staging.
This commit is contained in:
parent
e014f53ce2
commit
adba66ccf5
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=348062
1 changed files with 6 additions and 4 deletions
|
@ -10,12 +10,14 @@ MASTER_SITES= http://www.freebsdcluster.org/~lasse/software/
|
||||||
MAINTAINER= lasse@freebsdcluster.org
|
MAINTAINER= lasse@freebsdcluster.org
|
||||||
COMMENT= ImapProxy is a caching IMAP proxy daemon to be used with Horde/IMP
|
COMMENT= ImapProxy is a caching IMAP proxy daemon to be used with Horde/IMP
|
||||||
|
|
||||||
GNU_CONFIGURE= yes
|
|
||||||
HAS_CONFIGURE= yes
|
HAS_CONFIGURE= yes
|
||||||
|
|
||||||
NO_STAGE= yes
|
post-patch:
|
||||||
|
@${REINPLACE_CMD} -e 's|= -O3|+= |' ${WRKSRC}/Makefile.in
|
||||||
|
|
||||||
do-install:
|
do-install:
|
||||||
${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/sbin
|
${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/sbin
|
||||||
${INSTALL_DATA} ${WRKSRC}/example.conf ${PREFIX}/etc/imapproxy.conf.dist
|
${INSTALL_DATA} ${WRKSRC}/example.conf \
|
||||||
|
${STAGEDIR}${PREFIX}/etc/imapproxy.conf.dist
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
|
Loading…
Add table
Reference in a new issue