1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-21 00:25:50 +00:00

Install the data files with better permissions. PORTREVISION bump for this.

This commit is contained in:
Adam Weinberger 2014-07-17 12:21:35 +00:00
parent 0a2b3fc024
commit 0ff10708dd
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=362139

View File

@ -3,6 +3,7 @@
PORTNAME= squirrelmail-decode
PORTVERSION= 1.2
PORTREVISION= 1
CATEGORIES= mail www
MASTER_SITES= SF/squirrelmail/decode/${PORTVERSION}
DIST_SUBDIR= squirrelmail
@ -28,7 +29,7 @@ OPTIONS_DEFINE= DOCS
do-install:
@${MKDIR} ${STAGEDIR}${SQUIRRELDIR}/functions/decode
.for DIR in eastasia x-mac
cd ${WRKSRC}/${DIR} && ${FIND} . | ${CPIO} -pdmu --quiet ${STAGEDIR}${SQUIRRELDIR}/functions/decode
${INSTALL_DATA} ${WRKSRC}/${DIR}/*.php ${STAGEDIR}${SQUIRRELDIR}/functions/decode
.endfor
@${MKDIR} ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/*.decode ${STAGEDIR}${DOCSDIR}