aboutsummaryrefslogtreecommitdiffstats
path: root/www/websh
diff options
context:
space:
mode:
authorantoine <antoine@FreeBSD.org>2014-04-02 01:36:54 +0800
committerantoine <antoine@FreeBSD.org>2014-04-02 01:36:54 +0800
commit45c2c47508030a825c95d0629a612695643ccf2a (patch)
tree295b24cebd04f659a6986ed514e164c7763b0b70 /www/websh
parente875225635ae36337944c508420e115ae3294455 (diff)
downloadfreebsd-ports-gnome-45c2c47508030a825c95d0629a612695643ccf2a.tar.gz
freebsd-ports-gnome-45c2c47508030a825c95d0629a612695643ccf2a.tar.zst
freebsd-ports-gnome-45c2c47508030a825c95d0629a612695643ccf2a.zip
Do not violate stagedir
Reported by: poudriere With hat: portmgr
Diffstat (limited to 'www/websh')
-rw-r--r--www/websh/Makefile3
1 files changed, 0 insertions, 3 deletions
diff --git a/www/websh/Makefile b/www/websh/Makefile
index 32d863159c14..c97b1312d7be 100644
--- a/www/websh/Makefile
+++ b/www/websh/Makefile
@@ -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>