diff options
author | sanpei <sanpei@FreeBSD.org> | 2010-12-01 21:23:43 +0800 |
---|---|---|
committer | sanpei <sanpei@FreeBSD.org> | 2010-12-01 21:23:43 +0800 |
commit | a0aed98c1c563562d84a1e8287f0cd1794d7f327 (patch) | |
tree | 965a77cfe437f7de9670d69d6852e44152dc7fc7 /textproc | |
parent | fc6131b99a2cf9b6c87fa19f8c2d96003d80dc91 (diff) | |
download | freebsd-ports-gnome-a0aed98c1c563562d84a1e8287f0cd1794d7f327.tar.gz freebsd-ports-gnome-a0aed98c1c563562d84a1e8287f0cd1794d7f327.tar.zst freebsd-ports-gnome-a0aed98c1c563562d84a1e8287f0cd1794d7f327.zip |
I forgot to add lib/charset.alias to PLIST_FILES.
Pointed out by: QAT
Diffstat (limited to 'textproc')
-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> |