svn commit: r359043 - head/net/toonel

Vanilla I. Shu vanilla at FreeBSD.org
Tue Jun 24 06:45:23 UTC 2014


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


More information about the svn-ports-head mailing list