Date: Tue, 1 Apr 2014 17:36:55 +0000 (UTC) From: Antoine Brodin <antoine@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r349866 - head/www/websh Message-ID: <201404011736.s31HatcZ094874@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: antoine Date: Tue Apr 1 17:36:54 2014 New Revision: 349866 URL: http://svnweb.freebsd.org/changeset/ports/349866 QAT: https://qat.redports.org/buildarchive/r349866/ Log: Do not violate stagedir Reported by: poudriere With hat: portmgr Modified: head/www/websh/Makefile Modified: head/www/websh/Makefile ============================================================================== --- head/www/websh/Makefile Tue Apr 1 17:34:36 2014 (r349865) +++ head/www/websh/Makefile Tue Apr 1 17:36:54 2014 (r349866) @@ -81,7 +81,4 @@ do-install: ${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC:H:H}/doc/html/* ${STAGEDIR}${DOCSDIR} -post-install: - @${APXS} -e -a -n "${SHORTMODNAME}" "${APACHEMODDIR}/mod_${MODULENAME}.so" - .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201404011736.s31HatcZ094874>