diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 23:57:47 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 23:57:47 +0000 |
commit | 7e5a7bfffde29dcf41eea49049ddff803dd7e98e (patch) | |
tree | 0fa316fbf9025ae43a8ee6d56dec95166d38a31b /x11-toolkits/p5-Tk-FileDialog | |
parent | cd43591b230b0fad20244491573df03bd9b65a79 (diff) |
Add NO_STAGE all over the place in preparation for the staging support (cat: x11-toolkits)
Notes
Notes:
svn path=/head/; revision=327785
Diffstat (limited to 'x11-toolkits/p5-Tk-FileDialog')
-rw-r--r-- | x11-toolkits/p5-Tk-FileDialog/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/x11-toolkits/p5-Tk-FileDialog/Makefile b/x11-toolkits/p5-Tk-FileDialog/Makefile index 9c02cdeb18c1..83f8a10bc1cd 100644 --- a/x11-toolkits/p5-Tk-FileDialog/Makefile +++ b/x11-toolkits/p5-Tk-FileDialog/Makefile @@ -1,7 +1,4 @@ -# New ports collection makefile for: p5-Tk-FileDialog -# Date created: 1 July 2001 -# Whom: minter -# +# Created by: minter # $FreeBSD$ PORTNAME= Tk-FileDialog @@ -22,4 +19,5 @@ MAN3= Tk::FileDialog.3 PLIST_SUB= PERL_VERSION=${PERL_VERSION} +NO_STAGE= yes .include <bsd.port.mk> |