aboutsummaryrefslogtreecommitdiff
path: root/cad
diff options
context:
space:
mode:
authorDaichi GOTO <daichi@FreeBSD.org>2003-08-25 05:49:18 +0000
committerDaichi GOTO <daichi@FreeBSD.org>2003-08-25 05:49:18 +0000
commitc5d02cd252b5d469075342d62e720207f9875dfa (patch)
tree598461be411e60cac6c1a91cf6c37177c4f298d6 /cad
parentadccc29aad24aa2caee0df9724a127f6b5f5f113 (diff)
downloadports-c5d02cd252b5d469075342d62e720207f9875dfa.tar.gz
ports-c5d02cd252b5d469075342d62e720207f9875dfa.zip
update cat/gmsh: fix small typo
Submitted by: "Pedro F. Giffuni" <giffunip@yahoo.com>
Notes
Notes: svn path=/head/; revision=87645
Diffstat (limited to 'cad')
-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