diff options
author | ehaupt <ehaupt@FreeBSD.org> | 2014-03-20 23:04:11 +0800 |
---|---|---|
committer | ehaupt <ehaupt@FreeBSD.org> | 2014-03-20 23:04:11 +0800 |
commit | 24bc91afae2e5d20afaa497ba4ae17ddb9fe4f29 (patch) | |
tree | 11b7fe617c6a24ab7ab358d64269436cd864e0e1 /www | |
parent | d47cd8e4b5ab87f58f5f52aa935a992a6449a611 (diff) | |
download | freebsd-ports-gnome-24bc91afae2e5d20afaa497ba4ae17ddb9fe4f29.tar.gz freebsd-ports-gnome-24bc91afae2e5d20afaa497ba4ae17ddb9fe4f29.tar.zst freebsd-ports-gnome-24bc91afae2e5d20afaa497ba4ae17ddb9fe4f29.zip |
Support staging
Diffstat (limited to 'www')
-rw-r--r-- | www/servlet-api/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/www/servlet-api/Makefile b/www/servlet-api/Makefile index c08452b3a51a..d7b07e54fb07 100644 --- a/www/servlet-api/Makefile +++ b/www/servlet-api/Makefile @@ -19,10 +19,8 @@ NO_BUILD= yes PLIST_FILES= %%JAVAJARDIR%%/${PORTNAME}.jar -NO_STAGE= yes do-install: - @${ECHO_MSG} -n ">> Installing JAR as ${JAVAJARDIR}/${PORTNAME}.jar..." - @${INSTALL_DATA} ${_DISTDIR}/${DISTFILES} ${JAVAJARDIR}/${PORTNAME}.jar - @${ECHO_MSG} " [ DONE ]" + ${INSTALL_DATA} ${_DISTDIR}/${DISTFILES} \ + ${STAGEDIR}${JAVAJARDIR}/${PORTNAME}.jar .include <bsd.port.mk> |