1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-01 22:05:08 +00:00
freebsd-ports/japanese/grep/Makefile
Masafumi Max NAKANE 1b9f492d93 Define MAN1 in the Makefile and remove the man page entry from
the PLIST.

Don't patch the dist Makefile to compress the man page.

Install the README file comes with the multibyte patch.
1998-08-31 15:37:36 +00:00

27 lines
573 B
Makefile

# New ports collection makefile for: grep+mb
# Version required: 2.0+mb1.04
# Date created: 2 April 1995
# Whom: Nobuhiro Yasutomi <nobu@psrc.isac.co.jp>
#
# $Id: Makefile,v 1.8 1998/04/30 18:40:03 max Exp $
#
DISTNAME= grep-2.0
PKGNAME= ja-grep-2.0
CATEGORIES= japanese textproc
MASTER_SITES= ${MASTER_SITE_GNU}
MAINTAINER= ports@FreeBSD.ORG
GNU_CONFIGURE= yes
PATCH_STRIP= -p1
MAN1= grep.1
post-install:
.if !defined(NOPORTDOCS)
${MKDIR} ${PREFIX}/share/doc/ja-grep
${INSTALL_DATA} ${WRKSRC}/README.MB ${PREFIX}/share/doc/ja-grep
.endif
.include <bsd.port.mk>