Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 24 Jun 2014 06:45:22 +0000 (UTC)
From:      "Vanilla I. Shu" <vanilla@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r359043 - head/net/toonel
Message-ID:  <201406240645.s5O6jMQt029629@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: vanilla
Date: Tue Jun 24 06:45:22 2014
New Revision: 359043
URL: http://svnweb.freebsd.org/changeset/ports/359043
QAT: https://qat.redports.org/buildarchive/r359043/

Log:
  Stagify, and fix WWW line.
  
  Approved by:	portmgr@ (blanket approval)

Modified:
  head/net/toonel/Makefile
  head/net/toonel/pkg-descr

Modified: head/net/toonel/Makefile
==============================================================================
--- head/net/toonel/Makefile	Tue Jun 24 06:43:32 2014	(r359042)
+++ head/net/toonel/Makefile	Tue Jun 24 06:45:22 2014	(r359043)
@@ -23,10 +23,9 @@ SUB_LIST=	JARNAME=${DISTNAME}${EXTRACT_S
 
 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>

Modified: head/net/toonel/pkg-descr
==============================================================================
--- head/net/toonel/pkg-descr	Tue Jun 24 06:43:32 2014	(r359042)
+++ head/net/toonel/pkg-descr	Tue Jun 24 06:45:22 2014	(r359043)
@@ -4,4 +4,4 @@ servers and then these are forwarded to 
 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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201406240645.s5O6jMQt029629>