diff options
author | bapt <bapt@FreeBSD.org> | 2013-09-20 20:55:04 +0000 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-09-20 20:55:04 +0000 |
commit | dd97722379d86bbad461eb7c042a07cd39ba24f9 (patch) | |
tree | 1c069c3c993156dc583330fa958afbe99bb4966e /math/eval | |
parent | 1501b6b943ee42d59492aa3a88b2e2599996f827 (diff) | |
download | FreeBSD-ports-dd97722379d86bbad461eb7c042a07cd39ba24f9.zip FreeBSD-ports-dd97722379d86bbad461eb7c042a07cd39ba24f9.tar.gz |
Add NO_STAGE all over the place in preparation for the staging support (cat: math)
Diffstat (limited to 'math/eval')
-rw-r--r-- | math/eval/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/math/eval/Makefile b/math/eval/Makefile index d0f5a20..ee16292 100644 --- a/math/eval/Makefile +++ b/math/eval/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: eval -# Date created: 24 Sep 1997 -# Whom: eserte -# +# Created by: eserte # $FreeBSD$ -# PORTNAME= eval PORTVERSION= 113 @@ -23,6 +19,7 @@ PLIST_FILES= bin/Eval WRKSRC= ${WRKDIR}/Eval/source +NO_STAGE= yes post-extract: -${LN} -s Makefile.unx ${WRKSRC}/Makefile |