Date: Sun, 10 Nov 2013 10:59:22 +0000 (UTC) From: Alexander Leidinger <netchild@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r333373 - head/net/serviio Message-ID: <201311101059.rAAAxMw6028960@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201311101059.rAAAxMw6028960>