svn commit: r329760 - head/net/freenet6

Edwin Groothuis edwin at FreeBSD.org
Tue Oct 8 06:28:42 UTC 2013


Author: edwin
Date: Tue Oct  8 06:28:41 2013
New Revision: 329760
URL: http://svnweb.freebsd.org/changeset/ports/329760

Log:
  Port requires MAKE_JOBS_UNSAFE to be set.

Modified:
  head/net/freenet6/Makefile

Modified: head/net/freenet6/Makefile
==============================================================================
--- head/net/freenet6/Makefile	Tue Oct  8 06:20:34 2013	(r329759)
+++ head/net/freenet6/Makefile	Tue Oct  8 06:28:41 2013	(r329760)
@@ -3,6 +3,7 @@
 
 PORTNAME=	freenet6
 DISTVERSION=	6_0_1
+PORTREVISION=	1
 CATEGORIES=	net ipv6
 MASTER_SITES=	http://go6.net/4105/file.asp?file_id=166&
 DISTNAME=	tspc-${PORTVERSION}-src
@@ -24,6 +25,8 @@ MAN5=		gw6c.conf.5
 MAN8=		gw6c.8
 
 NO_STAGE=	yes
+MAKE_JOBS_UNSAFE=yes
+
 post-fetch:
 	@if [ ! -f ${DISTDIR}/${DISTNAME}${EXTRACT_SUFX} ]; then \
 		${MV} ${DISTDIR}/file.asp*file_id*166* \


More information about the svn-ports-all mailing list