freebsd-ports/textproc/wdiff/Makefile
MIHIRA Sanpei Yoshiro 35fef80e21 Fix enviroment variable `DIFF_OPTIONS' problem
Fix --ignore-case option

   That port fails to work when DIFF_OPTIONS is set to something like "-u"
   and the "-i" option to wdiff also fails to work (not the -i option is
   not in the man page but it is in the NEWS file).

Submitted by:	Dave Chapeskie <dchapes@ddm.crosswinds.net>
2001-08-16 08:04:58 +00:00

24 lines
437 B
Makefile

# New ports collection makefile for: wdiff
# Date created: Sep 15, 1997
# Whom: Yoshiro MIHIRA <sanpei@yy.cs.keio.ac.jp>
#
# $FreeBSD$
#
PORTNAME= wdiff
PORTVERSION= 0.5
PORTREVISION= 1
CATEGORIES= textproc
MASTER_SITES= ${MASTER_SITE_GNU}
MASTER_SITE_SUBDIR= wdiff
MAINTAINER= sanpei@FreeBSD.org
GNU_CONFIGURE= yes
MAN1= wdiff.1
post-install:
@install-info ${PREFIX}/info/wdiff.info ${PREFIX}/info/dir
.include <bsd.port.mk>