aboutsummaryrefslogtreecommitdiff
path: root/net/serviio
diff options
context:
space:
mode:
authorAlexander Leidinger <netchild@FreeBSD.org>2013-11-10 10:59:22 +0000
committerAlexander Leidinger <netchild@FreeBSD.org>2013-11-10 10:59:22 +0000
commit8f33e80ccdd919279d48f4c6ae52a9e3fbbca67e (patch)
tree7f4d0cda29de4e5d5ed389a25e4a8029d7d9297a /net/serviio
parentdda6fc27cbcb0cd0a83cb1eba613dddaafbf6327 (diff)
downloadports-8f33e80ccdd919279d48f4c6ae52a9e3fbbca67e.tar.gz
ports-8f33e80ccdd919279d48f4c6ae52a9e3fbbca67e.zip
Fix install from port.
Noticed by: CiPHER nl <cipher_nl@hotmail.com>
Notes
Notes: svn path=/head/; revision=333373
Diffstat (limited to 'net/serviio')
-rw-r--r--net/serviio/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/net/serviio/Makefile b/net/serviio/Makefile
index a20785e6b3da..58fe62242ab4 100644
--- a/net/serviio/Makefile
+++ b/net/serviio/Makefile
@@ -3,7 +3,7 @@
PORTNAME= serviio
PORTVERSION= 1.3.1
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= net multimedia java www
MASTER_SITES= http://download.serviio.org/releases/
EXTRACT_SUFX= -linux.tar.gz
@@ -35,12 +35,12 @@ do-install:
${MKDIR} ${PREFIX}/etc/${PORTNAME}
.for f in application-profiles profiles log4j
${INSTALL_DATA} ${WRKSRC}/config/$f.xml ${ETCDIR}/$f.dist.xml
- ${TEST} -e ${ETCDIR}/$f.xml ||
+ ${TEST} -e ${ETCDIR}/$f.xml || \
${INSTALL_DATA} ${WRKSRC}/config/$f.xml ${ETCDIR}/
.endfor
${INSTALL_DATA} ${FILESDIR}/console-log4j.properties \
${ETCDIR}/console-log4j.dist.properties
- ${TEST} -e ${ETCDIR}/console-log4.dist.properties ||
+ ${TEST} -e ${ETCDIR}/console-log4.dist.properties || \
${INSTALL_DATA} ${FILESDIR}/console-log4j.properties ${ETCDIR}/
${INSTALL_SCRIPT} ${WRKDIR}/serviiod ${PREFIX}/sbin
${INSTALL_SCRIPT} ${WRKDIR}/serviio-console ${PREFIX}/bin