svn commit: r362139 - head/mail/squirrelmail-decode

Adam Weinberger adamw at FreeBSD.org
Thu Jul 17 12:21:36 UTC 2014


Author: adamw
Date: Thu Jul 17 12:21:35 2014
New Revision: 362139
URL: http://svnweb.freebsd.org/changeset/ports/362139
QAT: https://qat.redports.org/buildarchive/r362139/

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

Modified:
  head/mail/squirrelmail-decode/Makefile

Modified: head/mail/squirrelmail-decode/Makefile
==============================================================================
--- head/mail/squirrelmail-decode/Makefile	Thu Jul 17 12:07:17 2014	(r362138)
+++ head/mail/squirrelmail-decode/Makefile	Thu Jul 17 12:21:35 2014	(r362139)
@@ -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}


More information about the svn-ports-all mailing list