diff options
author | bapt <bapt@FreeBSD.org> | 2013-09-21 01:13:42 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-09-21 01:13:42 +0800 |
commit | 3ff0383d3a2fb21cdb1e80822419f4aac7fd522f (patch) | |
tree | 3181285e36d6e08abfc359972209897c5230fa7a /devel/p5-C-Scan | |
parent | 8159014cc78f379bc2dd37a33cccefd446edd843 (diff) | |
download | freebsd-ports-gnome-3ff0383d3a2fb21cdb1e80822419f4aac7fd522f.tar.gz freebsd-ports-gnome-3ff0383d3a2fb21cdb1e80822419f4aac7fd522f.tar.zst freebsd-ports-gnome-3ff0383d3a2fb21cdb1e80822419f4aac7fd522f.zip |
Add NO_STAGE all over the place in preparation for the staging support (cat: devel part 3)
Diffstat (limited to 'devel/p5-C-Scan')
-rw-r--r-- | devel/p5-C-Scan/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/devel/p5-C-Scan/Makefile b/devel/p5-C-Scan/Makefile index 1dc77f2e381e..ff4f34a18651 100644 --- a/devel/p5-C-Scan/Makefile +++ b/devel/p5-C-Scan/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-C-Scan -# Date created: October 20th 1996 -# Whom: James FitzGibbon <jfitz@FreeBSD.org> -# +# Created by: James FitzGibbon <jfitz@FreeBSD.org> # $FreeBSD$ -# PORTNAME= C-Scan PORTVERSION= 0.74 @@ -21,4 +17,5 @@ USE_PERL5= configure MAN3= C::Scan.3 +NO_STAGE= yes .include <bsd.port.mk> |