diff options
author | crees <crees@FreeBSD.org> | 2011-09-29 01:21:46 +0800 |
---|---|---|
committer | crees <crees@FreeBSD.org> | 2011-09-29 01:21:46 +0800 |
commit | 22647034ecf4514ac15971f8095247fe52c78ff4 (patch) | |
tree | 43f550254325a37720999f73e2ce6ecfa5def16e /www | |
parent | 668aa3d8ffe3847280917a5fb3ae655808c4b0b8 (diff) | |
download | freebsd-ports-gnome-22647034ecf4514ac15971f8095247fe52c78ff4.tar.gz freebsd-ports-gnome-22647034ecf4514ac15971f8095247fe52c78ff4.tar.zst freebsd-ports-gnome-22647034ecf4514ac15971f8095247fe52c78ff4.zip |
Remove reference to UNZIP_CMD in install target -- missed in previous commit.
Submitted by: Jason Helfman (maintainer)
Diffstat (limited to 'www')
-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> |