Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 4 Jan 2015 17:55:36 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r376261 - head/www/zenphoto
Message-ID:  <201501041755.t04Hta7I060865@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Sun Jan  4 17:55:35 2015
New Revision: 376261
URL: https://svnweb.freebsd.org/changeset/ports/376261
QAT: https://qat.redports.org/buildarchive/r376261/

Log:
  - Update maintainer section:
    - Rename MS_DIRRMTRY to MS_DIR
    - Make it compatible with fmake

Modified:
  head/www/zenphoto/Makefile

Modified: head/www/zenphoto/Makefile
==============================================================================
--- head/www/zenphoto/Makefile	Sun Jan  4 17:51:43 2015	(r376260)
+++ head/www/zenphoto/Makefile	Sun Jan  4 17:55:35 2015	(r376261)
@@ -33,14 +33,14 @@ do-install:
 
 # maintainer section:
 
-MS_DIRRMTRY=	albums cache themes zp-core
+MS_DIR=		albums cache themes zp-core
 MS_PLIST=	${WRKDIR}/.ms-pkg-plist
 
 genplist: do-clean extract
 	${ECHO_CMD} '@owner www' > ${MS_PLIST}
 	${ECHO_CMD} '@group www' >> ${MS_PLIST}
 	cd ${WRKSRC}/ && ${FIND} -s * -type f | ${SED} 's|^|%%WWWDIR%%/|' >> ${MS_PLIST}
-.for dir in ${MS_DIRRMTRY:O:[-1..1]}
+.for dir in ${MS_DIR}
 	${ECHO_CMD} '@dir %%WWWDIR%%/${dir}' >> ${MS_PLIST}
 .endfor
 	${ECHO_CMD} '@dir %%WWWDIR%%' >> ${MS_PLIST}



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201501041755.t04Hta7I060865>