freebsd-ports/textproc/wdiff/Makefile
Michael Haro 5ce8e8e5c7 Remove the test to create ${PREFIX}/share/info/dir as it is now
in bsd.port.mk and this helps to unify the check and install.
1999-06-05 22:32:11 +00:00

23 lines
480 B
Makefile

# New ports collection makefile for: wdiff
# Version required: 0.5
# Date created: Sep 15, 1997
# Whom: Yoshiro MIHIRA <sanpei@yy.cs.keio.ac.jp>
#
# $Id: Makefile,v 1.2 1999/01/27 07:41:28 fenner Exp $
#
DISTNAME= wdiff-0.5
CATEGORIES= textproc
MASTER_SITES= ${MASTER_SITE_GNU}
MASTER_SITE_SUBDIR= wdiff
MAINTAINER= sanpei@yy.cs.keio.ac.jp
GNU_CONFIGURE= yes
MAN1= wdiff.1
post-install:
@install-info ${PREFIX}/info/wdiff.info ${PREFIX}/info/dir
.include <bsd.port.mk>