diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 15:58:41 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 15:58:41 +0000 |
commit | 8e91f3161f9c1603aa8633d03faa39d0eb27baf5 (patch) | |
tree | ad09b4f24df8e2cf74670acb86a133957eb333d0 /cad/tochnog/Makefile | |
parent | 2324655f200dcb66c0a26dc9f7ba34216e5a7c3f (diff) | |
download | ports-8e91f3161f9c1603aa8633d03faa39d0eb27baf5.tar.gz ports-8e91f3161f9c1603aa8633d03faa39d0eb27baf5.zip |
Notes
Diffstat (limited to 'cad/tochnog/Makefile')
-rw-r--r-- | cad/tochnog/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/cad/tochnog/Makefile b/cad/tochnog/Makefile index c7e0aff14963..fb508233f79e 100644 --- a/cad/tochnog/Makefile +++ b/cad/tochnog/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: tochnog -# Date created: 19 Apr 2003 -# Whom: Pedro Giffuni <giffunip@asme.org> -# +# Created by: Pedro Giffuni <giffunip@asme.org> # $FreeBSD$ -# PORTNAME= tochnog PORTVERSION= 20010211 @@ -60,6 +56,7 @@ USE_FORTRAN= yes FORTRANLIBS= -lgfortranbegin -lgfortran GCCLIBDIR= -L`${CAT} ${WRKSRC}/LIBDIR` -L`${CAT} ${WRKSRC}/LIBDIR`/../../.. +NO_STAGE= yes pre-build: @${DIRNAME} `${FC} -print-libgcc-file-name` > ${WRKSRC}/LIBDIR @${REINPLACE_CMD} -e 's,%%LOCALBASE%%,${LOCALBASE},g ; \ |