diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 23:05:58 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 23:05:58 +0000 |
commit | 83f65384c9041fa9a31c84b5e21b643fa2bf97c6 (patch) | |
tree | 04cfd5800fc602ff72366f0defba3eae36ba98f4 /sysutils/hachoir-subfile | |
parent | Fix NO_STAGE (diff) |
Add NO_STAGE all over the place in preparation for the staging support (cat: sysutils)
Diffstat (limited to 'sysutils/hachoir-subfile')
-rw-r--r-- | sysutils/hachoir-subfile/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/sysutils/hachoir-subfile/Makefile b/sysutils/hachoir-subfile/Makefile index de95059c4f1f..843ebe039977 100644 --- a/sysutils/hachoir-subfile/Makefile +++ b/sysutils/hachoir-subfile/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: hachoir-subfile -# Date created: 13 July 2007 -# Whom: Andrew Pantyukhin <infofarmer@FreeBSD.org> -# +# Created by: Andrew Pantyukhin <infofarmer@FreeBSD.org> # $FreeBSD$ -# PORTNAME= hachoir-subfile PORTVERSION= 0.5.3 @@ -19,4 +15,5 @@ RUN_DEPENDS= ${PYTHON_SITELIBDIR}/hachoir_parser/__init__.py:${PORTSDIR}/devel/h USE_PYTHON= yes USE_PYDISTUTILS=yes +NO_STAGE= yes .include <bsd.port.mk> |