diff options
author | leeym <leeym@FreeBSD.org> | 2004-11-12 01:22:14 +0800 |
---|---|---|
committer | leeym <leeym@FreeBSD.org> | 2004-11-12 01:22:14 +0800 |
commit | 20aeaa5bf10332a930f9c17eab4b55e2c33c68fe (patch) | |
tree | 8794e8cef68415a796127c4c2647e3e0a1260137 /textproc/wdiff | |
parent | 2faa87eccd5489a1ff13f5577115c113c74cc853 (diff) | |
download | freebsd-ports-gnome-20aeaa5bf10332a930f9c17eab4b55e2c33c68fe.tar.gz freebsd-ports-gnome-20aeaa5bf10332a930f9c17eab4b55e2c33c68fe.tar.zst freebsd-ports-gnome-20aeaa5bf10332a930f9c17eab4b55e2c33c68fe.zip |
- utilize INFO and PLIST_FILES, and retire pkg-plist
- add WWW in pkg-descr
PR: 73238
Submitted by: leeym
Approved by: maintainer timeout
Diffstat (limited to 'textproc/wdiff')
-rw-r--r-- | textproc/wdiff/Makefile | 2 | ||||
-rw-r--r-- | textproc/wdiff/pkg-descr | 2 | ||||
-rw-r--r-- | textproc/wdiff/pkg-plist | 4 |
3 files changed, 4 insertions, 4 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 diff --git a/textproc/wdiff/pkg-descr b/textproc/wdiff/pkg-descr index 23a6561231ea..ac52f0bd6923 100644 --- a/textproc/wdiff/pkg-descr +++ b/textproc/wdiff/pkg-descr @@ -19,3 +19,5 @@ - Yoshiro MIHIRA (sanpei@sanpei.org) + +WWW: http://www.gnu.org/software/wdiff/ diff --git a/textproc/wdiff/pkg-plist b/textproc/wdiff/pkg-plist deleted file mode 100644 index b32a87c22e8d..000000000000 --- a/textproc/wdiff/pkg-plist +++ /dev/null @@ -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 |