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:
parent
e014f53ce2
commit
adba66ccf5
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=348062
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user