diff options
author | MIHIRA Sanpei Yoshiro <sanpei@FreeBSD.org> | 2010-12-01 13:23:43 +0000 |
---|---|---|
committer | MIHIRA Sanpei Yoshiro <sanpei@FreeBSD.org> | 2010-12-01 13:23:43 +0000 |
commit | e8d0d5cbbba0bfd92945a23f9df9ebf1f2151bb5 (patch) | |
tree | 4354ea67f19cda699d61a35577517f3c2f7f00ac /textproc/wdiff/Makefile | |
parent | - Update to 2.8.0 (diff) |
I forgot to add lib/charset.alias to PLIST_FILES.
Pointed out by: QAT
Notes
Notes:
svn path=/head/; revision=265512
Diffstat (limited to 'textproc/wdiff/Makefile')
-rw-r--r-- | textproc/wdiff/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/textproc/wdiff/Makefile b/textproc/wdiff/Makefile index 520a00b3ba3e..e19e1d3f8753 100644 --- a/textproc/wdiff/Makefile +++ b/textproc/wdiff/Makefile @@ -7,6 +7,7 @@ PORTNAME= wdiff PORTVERSION= 0.6.4 +PORTREVISION= 1 CATEGORIES= textproc MASTER_SITES= ${MASTER_SITE_GNU} MASTER_SITE_SUBDIR= wdiff @@ -18,6 +19,7 @@ GNU_CONFIGURE= yes MAN1= wdiff.1 INFO= wdiff -PLIST_FILES= bin/wdiff +PLIST_FILES= bin/wdiff \ + lib/charset.alias .include <bsd.port.mk> |