diff options
author | MIHIRA Sanpei Yoshiro <sanpei@FreeBSD.org> | 2004-04-15 09:47:39 +0000 |
---|---|---|
committer | MIHIRA Sanpei Yoshiro <sanpei@FreeBSD.org> | 2004-04-15 09:47:39 +0000 |
commit | d0d5a9f83f3d1f80c5d442cb3bea8f7e9c72d754 (patch) | |
tree | 07e9a8467f88d22d220350993a70d3f08767e7c7 /textproc/wdiff/Makefile | |
parent | fix -v and --version options (diff) |
use INFO_PATH
Obtainde from NetBSD
- Enable termcap. Chack tputs() after -ltermcap is detected (configure*).
- Use mkstemp() instead of tmpnam(), for safety.
Notes
Notes:
svn path=/head/; revision=107106
Diffstat (limited to 'textproc/wdiff/Makefile')
-rw-r--r-- | textproc/wdiff/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/wdiff/Makefile b/textproc/wdiff/Makefile index 7c0dff9bc9ff..e5c87b6f9e45 100644 --- a/textproc/wdiff/Makefile +++ b/textproc/wdiff/Makefile @@ -7,7 +7,7 @@ PORTNAME= wdiff PORTVERSION= 0.5 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= textproc MASTER_SITES= ${MASTER_SITE_GNU} MASTER_SITE_SUBDIR= wdiff @@ -20,6 +20,6 @@ GNU_CONFIGURE= yes MAN1= wdiff.1 post-install: - @install-info ${PREFIX}/info/wdiff.info ${PREFIX}/info/dir + @install-info ${PREFIX}/${INFO_PATH}/wdiff.info ${PREFIX}/${INFO_PATH}/dir .include <bsd.port.mk> |