aboutsummaryrefslogtreecommitdiff
path: root/security/i2pd/Makefile
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2016-12-28 13:21:43 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2016-12-28 13:21:43 +0000
commitc31b1a705d98ec782464cd9fa17b1e03bde344fd (patch)
tree5e654860ef8716ea4e3cb1054de817623a38a614 /security/i2pd/Makefile
parente8a8cd6fade5084ed91fa65fb04112dfa812c1c1 (diff)
downloadports-c31b1a705d98ec782464cd9fa17b1e03bde344fd.tar.gz
ports-c31b1a705d98ec782464cd9fa17b1e03bde344fd.zip
Notes
Diffstat (limited to 'security/i2pd/Makefile')
-rw-r--r--security/i2pd/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/security/i2pd/Makefile b/security/i2pd/Makefile
index 396075a0357e..1f34f6b03fa1 100644
--- a/security/i2pd/Makefile
+++ b/security/i2pd/Makefile
@@ -3,7 +3,7 @@
PORTNAME= i2pd
PORTVERSION= 2.11.0
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= security net-p2p
MAINTAINER= amdmi3@FreeBSD.org
@@ -31,6 +31,7 @@ GROUPS= _i2pd
PLIST_SUB= USER="${USERS}" GROUP="${GROUPS}"
SUB_LIST= USER="${USERS}" GROUP="${GROUPS}"
+SUB_FILES= i2pd.newsyslog.conf
OPTIONS_DEFINE= AESNI UPNP DOCS
@@ -49,6 +50,8 @@ BROKEN= does not build with LibreSSL (boost libressl compatibility problems)
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/debian/${PORTNAME}.1 ${STAGEDIR}${MAN1PREFIX}/man/man1
+ @${MKDIR} ${STAGEDIR}${PREFIX}/etc/newsyslog.conf.d
+ ${INSTALL_DATA} ${WRKDIR}/i2pd.newsyslog.conf ${STAGEDIR}${PREFIX}/etc/newsyslog.conf.d/i2pd.conf
@${MKDIR} ${STAGEDIR}/var/run/i2pd
@${MKDIR} ${STAGEDIR}/var/log/i2pd
@${MKDIR} ${STAGEDIR}/var/db/i2pd