summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2013-10-08 06:28:41 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2013-10-08 06:28:41 +0000
commit67b7e9573907dba113f116efb366e1ec29e3a4cd (patch)
treea93100d0753b16def1a6fa77752d74c24d6646ff /net
parentFix build of net/ngrep on 10.0 (diff)
Port requires MAKE_JOBS_UNSAFE to be set.
Notes
Notes: svn path=/head/; revision=329760
Diffstat (limited to 'net')
-rw-r--r--net/freenet6/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/net/freenet6/Makefile b/net/freenet6/Makefile
index d1c229537579..256f996d7af9 100644
--- a/net/freenet6/Makefile
+++ b/net/freenet6/Makefile
@@ -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* \