svn commit: r349866 - head/www/websh

Antoine Brodin antoine at FreeBSD.org
Tue Apr 1 17:36:55 UTC 2014


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>


More information about the svn-ports-all mailing list