diff options
author | Sylvio Cesar Teixeira <sylvio@FreeBSD.org> | 2010-04-17 20:04:07 +0000 |
---|---|---|
committer | Sylvio Cesar Teixeira <sylvio@FreeBSD.org> | 2010-04-17 20:04:07 +0000 |
commit | 4b4a0269bb9aec304599f65ebe3533f32a06b868 (patch) | |
tree | 0c2d4812edc6f61035082ab09f7997226291dfd6 /textproc/csvdiff/Makefile | |
parent | 2ae2e2361d5b8a0164ddf9617b1234399bcccfa0 (diff) |
Notes
Diffstat (limited to 'textproc/csvdiff/Makefile')
-rw-r--r-- | textproc/csvdiff/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/textproc/csvdiff/Makefile b/textproc/csvdiff/Makefile index ea563fab88ca..327eb911dfb1 100644 --- a/textproc/csvdiff/Makefile +++ b/textproc/csvdiff/Makefile @@ -6,10 +6,12 @@ # PORTNAME= csvdiff -PORTVERSION= 1.3 +PORTVERSION= 1.7 CATEGORIES= textproc perl5 MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}%20${PORTVERSION} -DISTNAME= ${PORTNAME}_${PORTVERSION:S,.,-,g} +#DISTNAME= ${PORTNAME}_${PORTVERSION:S,.,-,g} +DISTNAME= ${PORTNAME}17 +EXTRACT_SUFX= .tgz MAINTAINER= sylvio@FreeBSD.org COMMENT= Compare/diff two (comma) seperated files with each other |