diff options
author | Chris Rees <crees@FreeBSD.org> | 2011-09-28 17:21:46 +0000 |
---|---|---|
committer | Chris Rees <crees@FreeBSD.org> | 2011-09-28 17:21:46 +0000 |
commit | 5b4ecbebe5bf959a455e781cb817ae77cdbe6914 (patch) | |
tree | 08a6e13a0d2c986f2561110ae33af92cc6f01de3 /www/axis2 | |
parent | 4a92820abf6bb2143c9456eea117328ceccefa53 (diff) |
Remove reference to UNZIP_CMD in install target -- missed in previous commit.
Submitted by: Jason Helfman (maintainer)
Notes
Notes:
svn path=/head/; revision=282573
Diffstat (limited to 'www/axis2')
-rw-r--r-- | www/axis2/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/www/axis2/Makefile b/www/axis2/Makefile index 6248d362e91f..fe0958f1b186 100644 --- a/www/axis2/Makefile +++ b/www/axis2/Makefile @@ -65,7 +65,6 @@ do-build: do-install: ${MKDIR} ${WEBAPPDIR}/${PORTNAME} - ${UNZIP_CMD} ${WRKDIR}/${PORTNAME}.war -d ${WEBAPPDIR}/${PORTNAME} ( cd ${WRKSRC} && ${COPYTREE_SHARE} \* ${WEBAPPDIR}/${PORTNAME} ) .include <bsd.port.mk> |