- Update maintainer section:
- Rename MS_DIRRMTRY to MS_DIR - Make it compatible with fmake
This commit is contained in:
parent
eff18322b1
commit
e92e4f6e8d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=376261
1 changed files with 2 additions and 2 deletions
|
@ -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}
|
||||
|
|
Loading…
Reference in a new issue