aboutsummaryrefslogtreecommitdiff
path: root/ftp/py-curl
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2013-09-20 17:23:18 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2013-09-20 17:23:18 +0000
commit1640537ad67a4e7c293de8c7bd81840e57ec6928 (patch)
tree4ecd721edd10b744a029d8fb947cbd73bc4f7b9b /ftp/py-curl
parent4a65c836693c56cb403b7a0b47a9514037a4bcec (diff)
downloadports-1640537ad67a4e7c293de8c7bd81840e57ec6928.tar.gz
ports-1640537ad67a4e7c293de8c7bd81840e57ec6928.zip
Add NO_STAGE all over the place in preparation for the staging support (cat: ftp)
Notes
Notes: svn path=/head/; revision=327729
Diffstat (limited to 'ftp/py-curl')
-rw-r--r--ftp/py-curl/Makefile7
1 files changed, 2 insertions, 5 deletions
diff --git a/ftp/py-curl/Makefile b/ftp/py-curl/Makefile
index fd4a56e26e93..6cae29d1ff2e 100644
--- a/ftp/py-curl/Makefile
+++ b/ftp/py-curl/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: py-curl
-# Date created: 2 July 2001
-# Whom: Hye-Shik Chang
-#
+# Created by: Hye-Shik Chang
# $FreeBSD$
-#
PORTNAME= curl
PORTVERSION= 7.19.0
@@ -28,6 +24,7 @@ USE_PYDISTUTILS= yes
PYDISTUTILS_PKGNAME= pycurl
USE_OPENSSL= yes
+NO_STAGE= yes
post-patch:
${REINPLACE_CMD} \
-e 's@data_files=@#data_files=t@' \