svn commit: r333373 - head/net/serviio

Alexander Leidinger netchild at FreeBSD.org
Sun Nov 10 10:59:23 UTC 2013


Author: netchild
Date: Sun Nov 10 10:59:22 2013
New Revision: 333373
URL: http://svnweb.freebsd.org/changeset/ports/333373

Log:
  Fix install from port.
  
  Noticed by:	CiPHER nl <cipher_nl at hotmail.com>

Modified:
  head/net/serviio/Makefile

Modified: head/net/serviio/Makefile
==============================================================================
--- head/net/serviio/Makefile	Sun Nov 10 10:54:38 2013	(r333372)
+++ head/net/serviio/Makefile	Sun Nov 10 10:59:22 2013	(r333373)
@@ -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


More information about the svn-ports-head mailing list