diff options
Diffstat (limited to 'net')
-rw-r--r-- | net/dgd/Makefile | 1 | ||||
-rw-r--r-- | net/heybuddy/Makefile | 1 | ||||
-rw-r--r-- | net/libutp/Makefile | 4 | ||||
-rw-r--r-- | net/py-netaddr/Makefile | 1 | ||||
-rw-r--r-- | net/py-s3cmd/Makefile | 2 | ||||
-rw-r--r-- | net/quagga/Makefile | 1 | ||||
-rw-r--r-- | net/scribe/Makefile | 1 | ||||
-rw-r--r-- | net/spideroak/Makefile | 2 |
8 files changed, 0 insertions, 13 deletions
diff --git a/net/dgd/Makefile b/net/dgd/Makefile index d7926c22ec42..d4dec9735c2f 100644 --- a/net/dgd/Makefile +++ b/net/dgd/Makefile @@ -27,7 +27,6 @@ PATCH_WRKSRC= ${BASE_WRKSRC} ALL_TARGET= install MAKE_JOBS_UNSAFE= yes MAKE_ENV+= EXTRA_DEFINES="$(EXTRA_DEFINES)" -FETCH_ARGS= -Fpr .if !defined(NOPORTDOCS) PORTDOCS= * diff --git a/net/heybuddy/Makefile b/net/heybuddy/Makefile index b5eccfb26cb9..c067dfd2f223 100644 --- a/net/heybuddy/Makefile +++ b/net/heybuddy/Makefile @@ -14,7 +14,6 @@ COMMENT= Supposedly light, feature free identi.ca client LICENSE= GPLv3 -FETCH_ARGS= -Fpr USE_PYTHON= yes USE_GNOME= desktopfileutils pygtk2 diff --git a/net/libutp/Makefile b/net/libutp/Makefile index daefbf94dd89..06ed826fd3ae 100644 --- a/net/libutp/Makefile +++ b/net/libutp/Makefile @@ -15,11 +15,7 @@ LICENSE= MIT USE_DOS2UNIX= yes MAKEFILE= ${FILESDIR}/BSDmakefile USE_LDCONFIG= yes -# GitHub will issue a 302 redirect, no way around that, so we -# have to allow fetch(1) to follow the redirect, which is normally NO_STAGE= yes -# prevented by the -A flag: -FETCH_ARGS= -Fpr pre-su-install: ${MKDIR} ${PREFIX}/include/libutp diff --git a/net/py-netaddr/Makefile b/net/py-netaddr/Makefile index 342111446533..ea0cf72de5ac 100644 --- a/net/py-netaddr/Makefile +++ b/net/py-netaddr/Makefile @@ -12,7 +12,6 @@ COMMENT= Python library for the manipulation of network addresses LICENSE= BSD -FETCH_ARGS= -pRr USE_PYTHON= yes USE_PYDISTUTILS= yes PYDISTUTILS_AUTOPLIST= yes diff --git a/net/py-s3cmd/Makefile b/net/py-s3cmd/Makefile index f8bf9133cb00..8c434b65d3ec 100644 --- a/net/py-s3cmd/Makefile +++ b/net/py-s3cmd/Makefile @@ -16,8 +16,6 @@ USE_PYTHON= 2.5-2.7 MAN1= s3cmd.1 -FETCH_ARGS= -Fpr - NO_STAGE= yes post-patch: ${REINPLACE_CMD} -e 's,share/man,man,' ${WRKSRC}/setup.py diff --git a/net/quagga/Makefile b/net/quagga/Makefile index d3f956f0dfdd..d7919db8c507 100644 --- a/net/quagga/Makefile +++ b/net/quagga/Makefile @@ -22,7 +22,6 @@ ACLOCAL_ARGS= -I${LOCALBASE}/share/aclocal BUILD_DEPENDS+= gawk:${PORTSDIR}/lang/gawk USE_LDCONFIG= yes USE_PERL5= build -FETCH_ARGS= -Fpr MAN1= vtysh.1 MAN8= bgpd.8 ospf6d.8 ospfd.8 ripd.8 ripngd.8 zebra.8 watchquagga.8 diff --git a/net/scribe/Makefile b/net/scribe/Makefile index 3e73378ef9d5..7128fc84c0e9 100644 --- a/net/scribe/Makefile +++ b/net/scribe/Makefile @@ -21,7 +21,6 @@ RUN_DEPENDS= p5-Class-Accessor>0:${PORTSDIR}/devel/p5-Class-Accessor \ ${PYTHON_SITELIBDIR}/thrift/__init__.py:${PORTSDIR}/devel/py-thrift GITVERSION= 63e4824 -FETCH_ARGS= -pRr WRKSRC= ${WRKDIR}/${DISTNAME} ACLOCAL_ARGS= -I ./aclocal diff --git a/net/spideroak/Makefile b/net/spideroak/Makefile index b15986bc69ef..359917466696 100644 --- a/net/spideroak/Makefile +++ b/net/spideroak/Makefile @@ -15,8 +15,6 @@ LICENSE_NAME= ToU LICENSE_TEXT= http://spideroak.com/terms_of_use LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept -FETCH_ARGS= -Fpr - NO_BUILD= yes NO_WRKSUBDIR= yes |