aboutsummaryrefslogtreecommitdiff
path: root/devel/hgsvn
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2013-09-20 17:04:43 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2013-09-20 17:04:43 +0000
commit34b7e6ee7edc38e6303aa5e0ca296c0867ee08d5 (patch)
treeed5885ce2dac897e773c37ed9c6f43b452790bae /devel/hgsvn
parent857aec5d6b82d83ac07f49f4dab6463acb984c3c (diff)
Add NO_STAGE all over the place in preparation for the staging support (cat: devel part 2)
Notes
Notes: svn path=/head/; revision=327723
Diffstat (limited to 'devel/hgsvn')
-rw-r--r--devel/hgsvn/Makefile7
1 files changed, 2 insertions, 5 deletions
diff --git a/devel/hgsvn/Makefile b/devel/hgsvn/Makefile
index c2604442b73f..c7b0015dc168 100644
--- a/devel/hgsvn/Makefile
+++ b/devel/hgsvn/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: py-hgsvn
-# Date created: 2007-12-12
-# Whom: Xin LI <delphij@FreeBSD.org>
-#
+# Created by: Xin LI <delphij@FreeBSD.org>
# $FreeBSD$
-#
PORTNAME= hgsvn
PORTVERSION= 0.1.9
@@ -22,6 +18,7 @@ USE_PYTHON= yes
USE_PYDISTUTILS=easy_install
PLIST_SUB= VERSION=${PORTVERSION} PYVER=${PYTHON_VERSION:S/python//}
+NO_STAGE= yes
post-patch:
@cd ${WRKSRC} && ${MV} setup.py setup.py.orig && ${GREP} -v use_setuptools setup.py.orig > setup.py && cd -