diff options
author | bapt <bapt@FreeBSD.org> | 2013-09-21 03:53:09 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-09-21 03:53:09 +0800 |
commit | b3f53a7710aef6bf70130db57affead1adb76fe8 (patch) | |
tree | 1373440d0f3681e50dd86fe77aff964fd6e1aeb8 /lang/snobol4 | |
parent | c033a65489fc54de1e7de14f281339f6db87d08f (diff) | |
download | freebsd-ports-graphics-b3f53a7710aef6bf70130db57affead1adb76fe8.tar.gz freebsd-ports-graphics-b3f53a7710aef6bf70130db57affead1adb76fe8.tar.zst freebsd-ports-graphics-b3f53a7710aef6bf70130db57affead1adb76fe8.zip |
Add NO_STAGE all over the place in preparation for the staging support (cat: lang)
Diffstat (limited to 'lang/snobol4')
-rw-r--r-- | lang/snobol4/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/lang/snobol4/Makefile b/lang/snobol4/Makefile index 1fea361ac42..a76d79af51b 100644 --- a/lang/snobol4/Makefile +++ b/lang/snobol4/Makefile @@ -1,7 +1,4 @@ -# New ports collection makefile for: snobol4 -# Date created: Fri Dec 8 06:20:28 UTC 2006 -# Whom: Wes Peters <wes@softweyr.com> -# +# Created by: Wes Peters <wes@softweyr.com> # $FreeBSD$ PORTNAME= snobol4 @@ -22,6 +19,7 @@ MAN1= sdb.1 snobol4.1 MAN3= snolib.3 snobol4dbm.3 snobol4random.3 \ snobol4readline.3 snobol4tcl.3 snobol4time.3 +NO_STAGE= yes post-patch: @${REINPLACE_CMD} 's:[^=]*\.tmp$$:${WRKSRC}/&:' ${WRKSRC}/configure |