diff options
author | MIHIRA Sanpei Yoshiro <sanpei@FreeBSD.org> | 2004-04-15 09:08:18 +0000 |
---|---|---|
committer | MIHIRA Sanpei Yoshiro <sanpei@FreeBSD.org> | 2004-04-15 09:08:18 +0000 |
commit | 32e5f06b3e9a9a9be07be6e9e4bcbd90e5b08a6d (patch) | |
tree | 05b401af0dd9567c7716d9f5878625b85a3c0ad0 /textproc/wdiff/Makefile | |
parent | - Fix build on 4-x (diff) |
fix -v and --version options
Submitted by: Daniel V Klein <dvk@lonewolf.com>
Notes
Notes:
svn path=/head/; revision=107105
Diffstat (limited to 'textproc/wdiff/Makefile')
-rw-r--r-- | textproc/wdiff/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/wdiff/Makefile b/textproc/wdiff/Makefile index 9d003b37aa59..7c0dff9bc9ff 100644 --- a/textproc/wdiff/Makefile +++ b/textproc/wdiff/Makefile @@ -7,7 +7,7 @@ PORTNAME= wdiff PORTVERSION= 0.5 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= textproc MASTER_SITES= ${MASTER_SITE_GNU} MASTER_SITE_SUBDIR= wdiff |