diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 19:53:09 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 19:53:09 +0000 |
commit | 888ab73a81ce0010b6a141740f5b26e92a5ec6a8 (patch) | |
tree | 1373440d0f3681e50dd86fe77aff964fd6e1aeb8 /lang/snobol4/Makefile | |
parent | e280255b603b3a9113f771a6eb4215c94cb1fb1a (diff) | |
download | ports-888ab73a81ce0010b6a141740f5b26e92a5ec6a8.tar.gz ports-888ab73a81ce0010b6a141740f5b26e92a5ec6a8.zip |
Notes
Diffstat (limited to 'lang/snobol4/Makefile')
-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 1fea361ac420..a76d79af51b6 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 |