diff --git a/net/toonel/Makefile b/net/toonel/Makefile index 8fb96c561ba5..313d499e0a5e 100644 --- a/net/toonel/Makefile +++ b/net/toonel/Makefile @@ -23,10 +23,9 @@ SUB_LIST= JARNAME=${DISTNAME}${EXTRACT_SUFX} PLIST_FILES= bin/${PORTNAME} ${JAVAJARDIR:C,${PREFIX}/?,,}/${DISTNAME}${EXTRACT_SUFX} -NO_STAGE= yes do-install: - ${MKDIR} ${JAVAJARDIR}/ - ${INSTALL_DATA} ${DISTDIR}/${DISTNAME}${EXTRACT_SUFX} ${JAVAJARDIR}/ - ${INSTALL_SCRIPT} ${WRKDIR}/${PORTNAME}.sh ${PREFIX}/bin/${PORTNAME} + ${MKDIR} ${STAGEDIR}${JAVAJARDIR}/ + ${INSTALL_DATA} ${DISTDIR}/${DISTNAME}${EXTRACT_SUFX} ${STAGEDIR}${JAVAJARDIR}/ + ${INSTALL_SCRIPT} ${WRKDIR}/${PORTNAME}.sh ${STAGEDIR}${PREFIX}/bin/${PORTNAME} .include diff --git a/net/toonel/pkg-descr b/net/toonel/pkg-descr index b27e0afb7c6d..32a627ffc3de 100644 --- a/net/toonel/pkg-descr +++ b/net/toonel/pkg-descr @@ -4,4 +4,4 @@ servers and then these are forwarded to the target host. Reducing the size of resources that are transferred between the server and the client makes more efficient use of the user's bandwidth. -WWW: http://toonel.net +WWW: http://toonel.net