diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2013-10-08 06:28:41 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2013-10-08 06:28:41 +0000 |
commit | 67b7e9573907dba113f116efb366e1ec29e3a4cd (patch) | |
tree | a93100d0753b16def1a6fa77752d74c24d6646ff /net/freenet6 | |
parent | 1f92d2bde8cd07d3751e9a6112230944439e293e (diff) | |
download | ports-67b7e9573907dba113f116efb366e1ec29e3a4cd.tar.gz ports-67b7e9573907dba113f116efb366e1ec29e3a4cd.zip |
Notes
Diffstat (limited to 'net/freenet6')
-rw-r--r-- | net/freenet6/Makefile | 3 |
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* \ |