aboutsummaryrefslogtreecommitdiff
path: root/mail/squirrelmail-decode
diff options
context:
space:
mode:
authorAdam Weinberger <adamw@FreeBSD.org>2014-07-17 12:21:35 +0000
committerAdam Weinberger <adamw@FreeBSD.org>2014-07-17 12:21:35 +0000
commit0ff10708ddde820b85cdd89228103e5e69fa9922 (patch)
tree649174c093e0dc31f8d6635f5c4926ca969836da /mail/squirrelmail-decode
parent0a2b3fc0248f4da6a56ac3435dbeac1c714de97a (diff)
downloadports-0ff10708ddde820b85cdd89228103e5e69fa9922.tar.gz
ports-0ff10708ddde820b85cdd89228103e5e69fa9922.zip
Install the data files with better permissions. PORTREVISION bump for this.
Notes
Notes: svn path=/head/; revision=362139
Diffstat (limited to 'mail/squirrelmail-decode')
-rw-r--r--mail/squirrelmail-decode/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/mail/squirrelmail-decode/Makefile b/mail/squirrelmail-decode/Makefile
index bdc5a09fbe35..cef2103cb1a4 100644
--- a/mail/squirrelmail-decode/Makefile
+++ b/mail/squirrelmail-decode/Makefile
@@ -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}