aboutsummaryrefslogtreecommitdiffstats
path: root/www/tinymce/Makefile
diff options
context:
space:
mode:
authorsunpoet <sunpoet@FreeBSD.org>2014-10-02 04:07:41 +0800
committersunpoet <sunpoet@FreeBSD.org>2014-10-02 04:07:41 +0800
commit87db40bb33aa68d3fb03e3a4ce8d6202edf380b2 (patch)
treecba6b1f431d6f156bcd7de9afe012953a500e4f8 /www/tinymce/Makefile
parentea32601d9410480f2ccbdf2de61275f7235648b5 (diff)
downloadfreebsd-ports-gnome-87db40bb33aa68d3fb03e3a4ce8d6202edf380b2.tar.gz
freebsd-ports-gnome-87db40bb33aa68d3fb03e3a4ce8d6202edf380b2.tar.zst
freebsd-ports-gnome-87db40bb33aa68d3fb03e3a4ce8d6202edf380b2.zip
- Update maintainer section
- Cleanup PLIST
Diffstat (limited to 'www/tinymce/Makefile')
-rw-r--r--www/tinymce/Makefile6
1 files changed, 0 insertions, 6 deletions
diff --git a/www/tinymce/Makefile b/www/tinymce/Makefile
index df81da1e11f9..f836645ec35e 100644
--- a/www/tinymce/Makefile
+++ b/www/tinymce/Makefile
@@ -27,20 +27,14 @@ do-install:
# maintainer section:
-#MS_DIRRMTRY= # empty
MS_PLIST= ${WRKDIR}/.ms-pkg-plist
genplist: do-clean extract
${ECHO} "@owner www" > ${MS_PLIST}
${ECHO} "@group www" >> ${MS_PLIST}
cd ${WRKSRC}/ && ${FIND} -s * -type f | ${SED} 's|^|%%WWWDIR%%/|' >> ${MS_PLIST}
- cd ${WRKSRC}/ && ${FIND} -s * -type d | ${TAIL} -r | ${SED} 's|^|@dirrm %%WWWDIR%%/|' >> ${MS_PLIST}
- ${ECHO} '@dirrmtry %%WWWDIR%%' >> ${MS_PLIST}
${ECHO} "@owner" >> ${MS_PLIST}
${ECHO} "@group" >> ${MS_PLIST}
-#.for dir in ${MS_DIRRMTRY}
-# ${REINPLACE_CMD} '/^@dirrm %%WWWDIR%%\/${dir:C/\//\\\//g}$$/ s|@dirrm|&try|' ${MS_PLIST}
-#.endfor
${INSTALL} -m 600 ${MS_PLIST} ${PLIST}
.include <bsd.port.mk>