diff options
Diffstat (limited to 'cad/gmsh/Makefile')
-rw-r--r-- | cad/gmsh/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cad/gmsh/Makefile b/cad/gmsh/Makefile index 2058f06f6c3c..06952057d4ee 100644 --- a/cad/gmsh/Makefile +++ b/cad/gmsh/Makefile @@ -13,7 +13,7 @@ MASTER_SITES= http://www.geuz.org/gmsh/src/ \ DISTNAME= ${PORTNAME}-${PORTVERSION}-source EXTRACT_SUFX= .tgz .ifdef USE_TRIANGLE -DISTFILES= ${DISTNAME}${EXTRACT_SUFX}:source \ +DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \ triangle.shar.gz:triangle EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} .endif |