aboutsummaryrefslogtreecommitdiff
path: root/devel/hachoir-regex
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/hachoir-regex
parent857aec5d6b82d83ac07f49f4dab6463acb984c3c (diff)
Notes
Diffstat (limited to 'devel/hachoir-regex')
-rw-r--r--devel/hachoir-regex/Makefile7
1 files changed, 2 insertions, 5 deletions
diff --git a/devel/hachoir-regex/Makefile b/devel/hachoir-regex/Makefile
index a6055f8b3612..b5f09cb07fbf 100644
--- a/devel/hachoir-regex/Makefile
+++ b/devel/hachoir-regex/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: hachoir-regex
-# Date created: 13 July 2007
-# Whom: Andrew Pantyukhin <infofarmer@FreeBSD.org>
-#
+# Created by: Andrew Pantyukhin <infofarmer@FreeBSD.org>
# $FreeBSD$
-#
PORTNAME= hachoir-regex
PORTVERSION= 1.0.5
@@ -16,4 +12,5 @@ COMMENT= Regular expression manipulation library
USE_PYTHON= yes
USE_PYDISTUTILS=yes
+NO_STAGE= yes
.include <bsd.port.mk>