diff options
author | bapt <bapt@FreeBSD.org> | 2013-09-21 07:17:30 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-09-21 07:17:30 +0800 |
commit | 260207ce91e2656af49dbcb8b2556c315389b3a2 (patch) | |
tree | b8fd4b8a52985538fae79abf3fc275d83a2b9feb /textproc/py-texttable | |
parent | 3cc71fd1c319ccf30e263f2ae10fb269f9a03dc3 (diff) | |
download | freebsd-ports-gnome-260207ce91e2656af49dbcb8b2556c315389b3a2.tar.gz freebsd-ports-gnome-260207ce91e2656af49dbcb8b2556c315389b3a2.tar.zst freebsd-ports-gnome-260207ce91e2656af49dbcb8b2556c315389b3a2.zip |
Add NO_STAGE all over the place in preparation for the staging support (cat: textproc)
Diffstat (limited to 'textproc/py-texttable')
-rw-r--r-- | textproc/py-texttable/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/textproc/py-texttable/Makefile b/textproc/py-texttable/Makefile index 0d8b476a2db9..e732b0632225 100644 --- a/textproc/py-texttable/Makefile +++ b/textproc/py-texttable/Makefile @@ -1,9 +1,5 @@ -# Ports collection makefile for: py-texttable -# Date created: 24 April 2007 -# Whom: Martin Wilke <miwi@FreeBSD.org> -# +# Created by: Martin Wilke <miwi@FreeBSD.org> # $FreeBSD$ -# PORTNAME= texttable PORTVERSION= 0.8.1 @@ -21,4 +17,5 @@ PLIST_FILES= %%PYTHON_SITELIBDIR%%/texttable.py \ %%PYTHON_SITELIBDIR%%/texttable.pyc \ %%PYTHON_SITELIBDIR%%/texttable.pyo +NO_STAGE= yes .include <bsd.port.mk> |