diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 22:10:23 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 22:10:23 +0000 |
commit | 0c710c7b4edb5ca79906be0115763864bc7c903f (patch) | |
tree | 3f6447c55ab3d27cbf7cde9bc54d671393c9aec4 /net/pythondirector | |
parent | Pick up. (diff) |
Add NO_STAGE all over the place in preparation for the staging support (cat: net)
Diffstat (limited to 'net/pythondirector')
-rw-r--r-- | net/pythondirector/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/net/pythondirector/Makefile b/net/pythondirector/Makefile index a6a064eef0e8..539239aaba44 100644 --- a/net/pythondirector/Makefile +++ b/net/pythondirector/Makefile @@ -1,9 +1,5 @@ -# New ports collection Makefile for: pydirector -# Date created: Thu Feb 26 -# Whom: Clement Laforet <clement@FreeBSD.org> -# +# Created by: Clement Laforet <clement@FreeBSD.org> # $FreeBSD$ -# PORTNAME= pydirector PORTVERSION= 1.0.0 @@ -19,6 +15,7 @@ USE_PYTHON= yes USE_PYDISTUTILS= yes PORTDOCS= * +NO_STAGE= yes post-install: .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} |