diff options
Diffstat (limited to 'devel/hachoir-regex/Makefile')
-rw-r--r-- | devel/hachoir-regex/Makefile | 7 |
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> |