Remove reference to UNZIP_CMD in install target -- missed in previous commit.

Submitted by:	Jason Helfman (maintainer)
This commit is contained in:
Chris Rees 2011-09-28 17:21:46 +00:00
parent 4a92820abf
commit 5b4ecbebe5
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=282573

View File

@ -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>