diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 22:43:59 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 22:43:59 +0000 |
commit | 6c6152ff82abb7a2caa761a1d08eb6fcdd9123c5 (patch) | |
tree | 0c3309878fd450dd62184f1acef7c44d1acc7313 /print/py-pyscript | |
parent | Fix NO_STAGE script fallout (diff) |
Add NO_STAGE all over the place in preparation for the staging support (cat: print)
Notes
Notes:
svn path=/head/; revision=327765
Diffstat (limited to 'print/py-pyscript')
-rw-r--r-- | print/py-pyscript/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/print/py-pyscript/Makefile b/print/py-pyscript/Makefile index c4d920673d54..71abce2733df 100644 --- a/print/py-pyscript/Makefile +++ b/print/py-pyscript/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: py-script -# Date created: 2006-04-28 -# Whom: Nicola Vitale <nivit@email.it> -# +# Created by: Nicola Vitale <nivit@email.it> # $FreeBSD$ -# PORTNAME= pyscript PORTVERSION= 0.6.1 @@ -30,6 +26,7 @@ PLIST_SUB= PORTEXAMPLES="@comment " PLIST_SUB= PORTEXAMPLES="" .endif +NO_STAGE= yes post-install: .if !defined(WITHOUT_EXAMPLES) |