svn commit: r376261 - head/www/zenphoto

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun Jan 4 17:55:36 UTC 2015


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}


More information about the svn-ports-all mailing list