diff options
author | linimon <linimon@FreeBSD.org> | 2005-10-06 14:24:32 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2005-10-06 14:24:32 +0800 |
commit | 8085659f7d1a57ec1732aab1ce01fdb597e9c25e (patch) | |
tree | c6e3e6432edd9fa7e419ad13e0b32830abbd97b8 /graphics | |
parent | 200a62174af33893971f5322b32147ce214878ef (diff) | |
download | freebsd-ports-gnome-8085659f7d1a57ec1732aab1ce01fdb597e9c25e.tar.gz freebsd-ports-gnome-8085659f7d1a57ec1732aab1ce01fdb597e9c25e.tar.zst freebsd-ports-gnome-8085659f7d1a57ec1732aab1ce01fdb597e9c25e.zip |
Fix bug in continuation line.
Diffstat (limited to 'graphics')
-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 |