aboutsummaryrefslogtreecommitdiff
path: root/net/toonel
diff options
context:
space:
mode:
authorVanilla I. Shu <vanilla@FreeBSD.org>2014-06-24 06:45:22 +0000
committerVanilla I. Shu <vanilla@FreeBSD.org>2014-06-24 06:45:22 +0000
commitd5a3dbcb03084ffdbbdbf7cea5733970b10373df (patch)
tree3644df3ff6b3a1b09b0b76d130cfcf121e78e467 /net/toonel
parent5fc32edc27f1432fbe3b806adc4157e558cc6c0c (diff)
downloadports-d5a3dbcb03084ffdbbdbf7cea5733970b10373df.tar.gz
ports-d5a3dbcb03084ffdbbdbf7cea5733970b10373df.zip
Notes
Diffstat (limited to 'net/toonel')
-rw-r--r--net/toonel/Makefile7
-rw-r--r--net/toonel/pkg-descr2
2 files changed, 4 insertions, 5 deletions
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 <bsd.port.mk>
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