- Update maintainer section:

- Rename MS_DIRRMTRY to MS_DIR
  - Make it compatible with fmake
This commit is contained in:
Sunpoet Po-Chuan Hsieh 2015-01-04 17:55:35 +00:00
parent eff18322b1
commit e92e4f6e8d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=376261

View file

@ -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}