www/rubygem-passenger: fix post-install when NGINX=ON

PR:		222438
Reported by:	matthew@brightfire.net
Approved by:	osa (maintainer timeout)
MFH:		2017Q4
Sponsored by:	Spectra Logic Corp
This commit is contained in:
Alan Somers 2017-10-04 14:36:03 +00:00
parent 5a9f838da6
commit 3fe1b76d29
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=451230

View File

@ -118,6 +118,8 @@ post-install:
${CHMOD} +x ${STAGEDIR}${PREFIX}/${GEMS_DIR}/${PORTNAME}-${PORTVERSION}/buildout/support-binaries/*
${STRIP_CMD} ${STAGEDIR}${PREFIX}/${GEM_LIB_DIR}/buildout/ruby/*/passenger_native_support.so
${STRIP_CMD} ${STAGEDIR}${PREFIX}/${GEM_LIB_DIR}/buildout/support-binaries/PassengerAgent
post-install-APACHE22-on:
${STRIP_CMD} ${STAGEDIR}${PREFIX}/${GEM_LIB_DIR}/buildout/apache2/mod_passenger.so
post-install-SYMLINK-on: