diff options
author | antoine <antoine@FreeBSD.org> | 2014-04-02 01:36:54 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2014-04-02 01:36:54 +0800 |
commit | 45c2c47508030a825c95d0629a612695643ccf2a (patch) | |
tree | 295b24cebd04f659a6986ed514e164c7763b0b70 /www/websh | |
parent | e875225635ae36337944c508420e115ae3294455 (diff) | |
download | freebsd-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/Makefile | 3 |
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> |