aboutsummaryrefslogtreecommitdiff
path: root/textproc/bsdgrep/Makefile
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2014-01-26 00:03:51 +0000
committerMathieu Arnold <mat@FreeBSD.org>2014-01-26 00:03:51 +0000
commit005071a063d80b0b3365ca212399876ea3a2361c (patch)
tree4b7f7b88d3de8b518ba048a5eff4bfd091c74416 /textproc/bsdgrep/Makefile
parent18bc365f51a1a0bae2df36720bd7c0925f1ccf08 (diff)
downloadports-005071a063d80b0b3365ca212399876ea3a2361c.tar.gz
ports-005071a063d80b0b3365ca212399876ea3a2361c.zip
- Convert to staging
- pet portlint - add license - convert patches to makepatch naming Sponsored by: Absolight
Notes
Notes: svn path=/head/; revision=341143
Diffstat (limited to 'textproc/bsdgrep/Makefile')
-rw-r--r--textproc/bsdgrep/Makefile26
1 files changed, 3 insertions, 23 deletions
diff --git a/textproc/bsdgrep/Makefile b/textproc/bsdgrep/Makefile
index 82bcea5040fe..01f098b17e97 100644
--- a/textproc/bsdgrep/Makefile
+++ b/textproc/bsdgrep/Makefile
@@ -12,22 +12,7 @@ PKGNAMEPREFIX= bsd-
MAINTAINER= gabor@FreeBSD.org
COMMENT= BSD-licensed version of grep
-MANCOMPRESSED= maybe
-MAN1= grep.1
-MLINKS= grep.1 bzegrep.1 \
- grep.1 bzfgrep.1 \
- grep.1 bzgrep.1 \
- grep.1 egrep.1 \
- grep.1 fgrep.1 \
- grep.1 lzegrep.1 \
- grep.1 lzfgrep.1 \
- grep.1 lzgrep.1 \
- grep.1 xzegrep.1 \
- grep.1 xzfgrep.1 \
- grep.1 xzgrep.1 \
- grep.1 zgrep.1 \
- grep.1 zegrep.1 \
- grep.1 zfgrep.1
+USES= uidfix
MAKE_ENV+= BINDIR="${PREFIX}/bin" \
MANDIR="${MANPREFIX}/man/man" \
@@ -40,8 +25,7 @@ GNU_COMPAT_DESC= Use GNU regex library (recommended)
CONFLICTS= gnugrep-*
-NO_STAGE= yes
-.include <bsd.port.pre.mk>
+.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MNLS}
PLIST_SUB+= NLS=""
@@ -59,8 +43,4 @@ pre-install:
${MKDIR} ${PREFIX}/share/nls/gl_ES.ISO8859-1
.endif
-post-install:
- ${LN} -s ${PREFIX}/bin/grep ${PREFIX}/bin/bsdgrep
- ${LN} -s /usr/bin/grep ${PREFIX}/bin/gnugrep
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>