diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-02-06 13:24:28 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-02-06 13:24:28 +0000 |
commit | a324be6d3f512f962bacaebf44cff1691a21ef8a (patch) | |
tree | 0011acd953977ec1359a575476cb00e93e8ceb3d /japanese/grep/Makefile | |
parent | 2a074ac39c74ac46470d8cf4c675a66b6266d59e (diff) |
japanese/grep: remove, no longer useful
textproc/gnugrep or base grep supports multi-byte, consider using one of them
This also remove one of the last user of ancient autotools
Notes
Notes:
svn path=/head/; revision=343069
Diffstat (limited to 'japanese/grep/Makefile')
-rw-r--r-- | japanese/grep/Makefile | 37 |
1 files changed, 0 insertions, 37 deletions
diff --git a/japanese/grep/Makefile b/japanese/grep/Makefile deleted file mode 100644 index ca2b7b05b00a..000000000000 --- a/japanese/grep/Makefile +++ /dev/null @@ -1,37 +0,0 @@ -# Created by: Nobuhiro Yasutomi <nobu@psrc.isac.co.jp> -# $FreeBSD$ - -PORTNAME= grep -PORTVERSION= 2.4.2 -CATEGORIES= japanese textproc -MASTER_SITES= ${MASTER_SITE_GNU} -MASTER_SITE_SUBDIR= ${PORTNAME} - -PATCH_SITES= http://www.hinadori.atnifty.com/~wills/program/ -PATCHFILES= grep-2.4.2-mlb2.patch.gz -PATCH_DIST_STRIP= -p1 - -MAINTAINER= ports@FreeBSD.org -COMMENT= GNU grep + multi-byte extension - -USE_AUTOTOOLS= autoconf213 aclocal14 -GNU_CONFIGURE= yes -CONFIGURE_ARGS= --program-prefix=j --disable-nls - -INFO= grep - -MAN1= jgrep.1 -MLINKS= jgrep.1 jegrep.1 \ - jgrep.1 jfgrep.1 - -DOCSDIR= ${PREFIX}/share/doc/${PKGBASE} - -NO_STAGE= yes -post-install: -.if !defined(NOPORTDOCS) - @${MKDIR} ${DOCSDIR} - ${INSTALL_DATA} ${WRKSRC}/README.MB ${DOCSDIR} - ${INSTALL_DATA} ${WRKSRC}/README.mlb ${DOCSDIR} -.endif - -.include <bsd.port.mk> |