diff options
author | Yen-Ming Lee <leeym@FreeBSD.org> | 2004-11-11 17:22:14 +0000 |
---|---|---|
committer | Yen-Ming Lee <leeym@FreeBSD.org> | 2004-11-11 17:22:14 +0000 |
commit | a73f3584a63bf4339b6fd5e0663f937560015207 (patch) | |
tree | 0edc787fba49db754383c85cf95729c3d3a00314 /textproc/wdiff/Makefile | |
parent | - relocate CONFLICTS (diff) |
- utilize INFO and PLIST_FILES, and retire pkg-plist
- add WWW in pkg-descr
PR: 73238
Submitted by: leeym
Approved by: maintainer timeout
Notes
Notes:
svn path=/head/; revision=121393
Diffstat (limited to 'textproc/wdiff/Makefile')
-rw-r--r-- | textproc/wdiff/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/textproc/wdiff/Makefile b/textproc/wdiff/Makefile index e5c87b6f9e45..6bb17bff2775 100644 --- a/textproc/wdiff/Makefile +++ b/textproc/wdiff/Makefile @@ -18,6 +18,8 @@ COMMENT= Display word differences between text files GNU_CONFIGURE= yes MAN1= wdiff.1 +INFO= wdiff +PLIST_FILES= bin/wdiff post-install: @install-info ${PREFIX}/${INFO_PATH}/wdiff.info ${PREFIX}/${INFO_PATH}/dir |