diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 20:55:04 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 20:55:04 +0000 |
commit | ce5e4570204c37f4ac986a2a6bc076aa911167d6 (patch) | |
tree | 1c069c3c993156dc583330fa958afbe99bb4966e /math/spar | |
parent | 8ac99398e2b62e1b10333d4c88ae273f4f0ed365 (diff) |
Notes
Diffstat (limited to 'math/spar')
-rw-r--r-- | math/spar/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/math/spar/Makefile b/math/spar/Makefile index abd42ab9d917..db9647551705 100644 --- a/math/spar/Makefile +++ b/math/spar/Makefile @@ -1,10 +1,5 @@ -# ex:ts=8 -# New ports collection makefile for: spar -# Date created: Jun 1, 2001 -# Whom: ijliao -# +# Created by: ijliao # $FreeBSD$ -# PORTNAME= spar PORTVERSION= 0.5.10 @@ -22,6 +17,7 @@ USE_LDCONFIG= yes MAN1= spar.1 +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|$${CONFIG_SHELL-/bin/sh} $$ac_aux_dir|$$ac_aux_dir|' \ ${WRKSRC}/configure |