summaryrefslogtreecommitdiff
path: root/japanese/grep/Makefile
diff options
context:
space:
mode:
authorAkinori MUSHA <knu@FreeBSD.org>2001-02-27 18:27:24 +0000
committerAkinori MUSHA <knu@FreeBSD.org>2001-02-27 18:27:24 +0000
commit1a78e9a3344afadb32117c4d758ca7fd5503e8ec (patch)
tree8ee3d56f7d5deb057dd6a082487a6c71ca8bcf3b /japanese/grep/Makefile
parentUpdate to 3.2.4. Increase PORTEPOCH. (diff)
Prefix "j" to the names of the binaries and the manpages.
As they are based on an old version of GNU grep (2.0), they should not clash with those of the base system's.
Notes
Notes: svn path=/head/; revision=38858
Diffstat (limited to 'japanese/grep/Makefile')
-rw-r--r--japanese/grep/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/japanese/grep/Makefile b/japanese/grep/Makefile
index 80489d616936..37e0fb6a2fd2 100644
--- a/japanese/grep/Makefile
+++ b/japanese/grep/Makefile
@@ -7,6 +7,7 @@
PORTNAME= grep
PORTVERSION= 2.0
+PORTREVISION= 1
CATEGORIES= japanese textproc
MASTER_SITES= ${MASTER_SITE_GNU}
MASTER_SITE_SUBDIR= grep
@@ -18,8 +19,9 @@ PATCH_DIST_STRIP= -p1
MAINTAINER= ports@FreeBSD.org
GNU_CONFIGURE= yes
+MAKE_ARGS= binprefix=j
-MAN1= grep.1
+MAN1= jgrep.1
post-install:
.if !defined(NOPORTDOCS)