aboutsummaryrefslogtreecommitdiffstats
path: root/cad/gmsh
diff options
context:
space:
mode:
authordaichi <daichi@FreeBSD.org>2003-08-25 13:49:18 +0800
committerdaichi <daichi@FreeBSD.org>2003-08-25 13:49:18 +0800
commit69d4871e61da604b680d96d0dd120bb90343a56b (patch)
treedd70f36f77a02a349b5595751d44e130b1333c88 /cad/gmsh
parentf873071cf220092fc2b1a289bb07ac1a96f20904 (diff)
downloadfreebsd-ports-gnome-69d4871e61da604b680d96d0dd120bb90343a56b.tar.gz
freebsd-ports-gnome-69d4871e61da604b680d96d0dd120bb90343a56b.tar.zst
freebsd-ports-gnome-69d4871e61da604b680d96d0dd120bb90343a56b.zip
update cat/gmsh: fix small typo
Submitted by: "Pedro F. Giffuni" <giffunip@yahoo.com>
Diffstat (limited to 'cad/gmsh')
-rw-r--r--cad/gmsh/Makefile2
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