diff options
author | Frederic Culot <culot@FreeBSD.org> | 2011-05-28 08:11:39 +0000 |
---|---|---|
committer | Frederic Culot <culot@FreeBSD.org> | 2011-05-28 08:11:39 +0000 |
commit | e0c5adebee16fdf7f9d6cec6a8116813bff5abb5 (patch) | |
tree | 09d4ce94f181964484a922c9f3be6acd0dd47489 /net/wowzamediaserverpro | |
parent | e7623979facfdfcdb7c629743d45e33dcbba6ce7 (diff) | |
download | ports-e0c5adebee16fdf7f9d6cec6a8116813bff5abb5.tar.gz ports-e0c5adebee16fdf7f9d6cec6a8116813bff5abb5.zip |
Notes
Diffstat (limited to 'net/wowzamediaserverpro')
-rw-r--r-- | net/wowzamediaserverpro/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net/wowzamediaserverpro/Makefile b/net/wowzamediaserverpro/Makefile index 0dbd3696798e..9ef95ae457cd 100644 --- a/net/wowzamediaserverpro/Makefile +++ b/net/wowzamediaserverpro/Makefile @@ -30,7 +30,7 @@ LOG_DIR= ${APP_HOME}/logs STDOUT_LOG= ${LOG_DIR}/stdout.log STDERR_LOG= ${LOG_DIR}/stderr.log -CONF_FILES= Application.xml MediaCasters.xml RTP.xml VHost.xml jmxremote.password \ +WMP_CONF_FILES= Application.xml MediaCasters.xml RTP.xml VHost.xml jmxremote.password \ Authentication.xml MediaReaders.xml Server.xml VHosts.xml log4j.properties \ MP3Tags.xml MediaWriters.xml Streams.xml jmxremote.access rtp.password CONF_EXT= sample @@ -56,7 +56,7 @@ post-extract: ${SH} ${WRKDIR}/wowza-licence.sh post-patch: -.for f in ${CONF_FILES} +.for f in ${WMP_CONF_FILES} @${MV} ${WRKSRC}/conf/${f} ${WRKSRC}/conf/${f}.${CONF_EXT} .endfor @@ -75,7 +75,7 @@ do-install: @${CP} -R ${WRKSRC}/bin ${APP_HOME} @${CP} -R ${WRKSRC}/conf/*.${CONF_EXT} ${APP_HOME}/conf/ -.for f in ${CONF_FILES} +.for f in ${WMP_CONF_FILES} . if !exists(${APP_HOME}/conf/${f}) @${CP} ${APP_HOME}/conf/${f}.${CONF_EXT} ${APP_HOME}/conf/${f} . else |