aboutsummaryrefslogtreecommitdiff
path: root/textproc/bsdgrep/Makefile
diff options
context:
space:
mode:
authorGabor Kovesdan <gabor@FreeBSD.org>2008-07-29 19:57:12 +0000
committerGabor Kovesdan <gabor@FreeBSD.org>2008-07-29 19:57:12 +0000
commit0703650edbc40fdefaf282c054cce2932f732375 (patch)
tree9bbbb687b994c8e24d92f7ada6d02fa76197c7d9 /textproc/bsdgrep/Makefile
parentbcdc6d854cb8650a4f08acc27266c1791a334f14 (diff)
downloadports-0703650edbc40fdefaf282c054cce2932f732375.tar.gz
ports-0703650edbc40fdefaf282c054cce2932f732375.zip
Notes
Diffstat (limited to 'textproc/bsdgrep/Makefile')
-rw-r--r--textproc/bsdgrep/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/textproc/bsdgrep/Makefile b/textproc/bsdgrep/Makefile
index 966d393606ec..9580ba40e6b6 100644
--- a/textproc/bsdgrep/Makefile
+++ b/textproc/bsdgrep/Makefile
@@ -7,6 +7,7 @@
PORTNAME= grep
PORTVERSION= 20080725
+PORTREVISION= 1
CATEGORIES= textproc
MASTER_SITES= ${MASTER_SITE_LOCAL}
MASTER_SITE_SUBDIR= gabor
@@ -40,6 +41,9 @@ PLIST_SUB+= NLS="@comment "
PLIST_SUB+= NLS=""
.endif
+post-extract:
+ @cd ${WRKSRC}; ${MAKE} clean
+
post-install:
${LN} -s ${PREFIX}/bin/grep ${PREFIX}/bin/bsdgrep
${LN} -s /usr/bin/grep ${PREFIX}/bin/gnugrep