diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2005-10-06 06:24:32 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2005-10-06 06:24:32 +0000 |
commit | a5022834b95513f5cc4b342ec772ceea8776657c (patch) | |
tree | a4fae6cfd97b9fb7325011050be3d778e2924803 /graphics/grads | |
parent | f08c23530bc7297482c71204a7bdfdd3fa0c3127 (diff) |
Fix bug in continuation line.
Notes
Notes:
svn path=/head/; revision=144362
Diffstat (limited to 'graphics/grads')
-rw-r--r-- | graphics/grads/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/grads/Makefile b/graphics/grads/Makefile index 936172acf43e..cceee35a9718 100644 --- a/graphics/grads/Makefile +++ b/graphics/grads/Makefile @@ -9,7 +9,7 @@ PORTNAME= grads PORTVERSION= 1.9b3 CATEGORIES= graphics science math MASTER_SITES= ftp://grads.iges.org/grads/1.9/:src \ - ftp://grads.iges.org/grads/:other \ + ftp://grads.iges.org/grads/:other DISTNAME= ${PORTNAME}-${PORTVERSION} DISTFILES= ${DISTNAME}-src${EXTRACT_SUFX}:src \ example.tar.gz:other |