ports/146392: [NEW PORT] devel/php5-thrift: PHP interface to Thrift
Ilya Bakulin
i.bakulin at smsmail.ru
Tue Aug 24 09:00:09 UTC 2010
The following reply was made to PR ports/146392; it has been noted by GNATS.
From: Ilya Bakulin <i.bakulin at smsmail.ru>
To: bug-followup at FreeBSD.org, webmaster at kibab.com
Cc:
Subject: Re: ports/146392: [NEW PORT] devel/php5-thrift: PHP interface to
Thrift
Date: Tue, 24 Aug 2010 12:29:30 +0400
--MP_/iapezyvANKl+2ttH8YQZN7f
Content-Type: text/plain; charset=US-ASCII
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
Sorry, I was on vacation and did not respond to the feedback request in time...
Attached patch installs the mentioned dosumentation files in ${DOCSDIR}.
--
Regards,
Ilya Bakulin
--MP_/iapezyvANKl+2ttH8YQZN7f
Content-Type: text/x-patch
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment; filename=php5-thrift.diff
diff -r 70a821fcb3aa devel/php5-thrift/Makefile
--- a/devel/php5-thrift/Makefile Sat May 08 13:42:13 2010 +0400
+++ b/devel/php5-thrift/Makefile Tue Aug 24 12:28:07 2010 +0400
@@ -20,10 +20,18 @@
USE_PHPIZE=yes
USE_PHPEXT=yes
PHP_MODNAME=thrift_protocol
-
+PORTDOCS=README README.apache
WRKSRC=${WRKDIR}/php/src/ext/thrift_protocol
post-extract:
${LN} -sfh \
`cd ${PORTSDIR}/devel/thrift && ${MAKE} -V WRKSRC`/lib/php ${WRKDIR}
+
+post-install:
+.if !defined(NOPORTDOCS)
+ ${MKDIR} ${DOCSDIR}
+ ${INSTALL_MAN} ${WRKDIR}/php/README ${DOCSDIR}
+ ${INSTALL_MAN} ${WRKDIR}/php/README.apache ${DOCSDIR}
+.endif
+
.include <bsd.port.mk>
--MP_/iapezyvANKl+2ttH8YQZN7f--
More information about the freebsd-ports-bugs
mailing list