diff options
Diffstat (limited to 'math/spar/Makefile')
-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 |