mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
- Use options helpers
- Strip binaries
This commit is contained in:
parent
9f0654f2fb
commit
28b4306fcf
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=389111
@ -3,7 +3,7 @@
|
||||
|
||||
PORTNAME= ircproxy
|
||||
PORTVERSION= 1.3.6
|
||||
PORTREVISION= 2
|
||||
PORTREVISION= 3
|
||||
CATEGORIES= irc
|
||||
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}
|
||||
|
||||
@ -34,15 +34,13 @@ MEMDEBUG_CONFIGURE_ENABLE= memdebug
|
||||
FDDEBUG_CONFIGURE_ENABLE= fddebug
|
||||
IPV6_CONFIGURE_ENABLE= ipv6
|
||||
SSL_CONFIGURE_ENABLE= ssl
|
||||
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
.if ${PORT_OPTIONS:MSSL}
|
||||
USE_OPENSSL= yes
|
||||
.endif
|
||||
SSL_USE= OPENSSL=yes
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e 's|EUSER="ircproxy"|EUSER="ircproxyd"|g; \
|
||||
s|EGROUP="users"|EGROUP="ircproxyd"|g' ${WRKSRC}/data/${PORTNAME}d.conf
|
||||
|
||||
post-install:
|
||||
${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/imkpasswd ${STAGEDIR}${PREFIX}/bin/ircproxyd
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user