mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-10 07:04:03 +00:00
- utilize INFO and PLIST_FILES, and retire pkg-plist
- add WWW in pkg-descr PR: 73238 Submitted by: leeym Approved by: maintainer timeout
This commit is contained in:
parent
56e042e18e
commit
a73f3584a6
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=121393
@ -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
|
||||
|
@ -19,3 +19,5 @@
|
||||
|
||||
- Yoshiro MIHIRA
|
||||
(sanpei@sanpei.org)
|
||||
|
||||
WWW: http://www.gnu.org/software/wdiff/
|
||||
|
@ -1,4 +0,0 @@
|
||||
bin/wdiff
|
||||
@unexec install-info --delete %D/info/wdiff.info %D/info/dir
|
||||
info/wdiff.info
|
||||
@exec install-info %D/info/wdiff.info %D/info/dir
|
Loading…
Reference in New Issue
Block a user