aboutsummaryrefslogtreecommitdiffstats
path: root/math/algae
diff options
context:
space:
mode:
authormaho <maho@FreeBSD.org>2007-01-16 13:50:07 +0800
committermaho <maho@FreeBSD.org>2007-01-16 13:50:07 +0800
commit6a7fa4d99f43438451d943c674ec7327ea5f645f (patch)
tree039b420d19e095e7d98367424e8e145f299dae9d /math/algae
parent21c6be6978b3736a0eeb1cab37b5ff4517ccd32e (diff)
downloadfreebsd-ports-gnome-6a7fa4d99f43438451d943c674ec7327ea5f645f.tar.gz
freebsd-ports-gnome-6a7fa4d99f43438451d943c674ec7327ea5f645f.tar.zst
freebsd-ports-gnome-6a7fa4d99f43438451d943c674ec7327ea5f645f.zip
change ${LOCALBASE}/bin/${F77} to ${F77}.
path is /sbin:/bin:/usr/sbin:/usr/bin:${LOCALBASE}/sbin:${LOCALBASE}/bin:${X11BASE}/bin Submitted by: kris
Diffstat (limited to 'math/algae')
-rw-r--r--math/algae/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/math/algae/Makefile b/math/algae/Makefile
index 19fb07c8e918..76ca6e8facce 100644
--- a/math/algae/Makefile
+++ b/math/algae/Makefile
@@ -40,7 +40,7 @@ post-patch:
${WRKSRC}/configure.in
pre-configure:
- @${DIRNAME} `${LOCALBASE}/bin/${F77} -print-libgcc-file-name` > ${WRKSRC}/LIBDIR
+ @${DIRNAME} `${F77} -print-libgcc-file-name` > ${WRKSRC}/LIBDIR
.include <bsd.port.pre.mk>