diff options
author | gabor <gabor@FreeBSD.org> | 2011-06-26 04:55:15 +0800 |
---|---|---|
committer | gabor <gabor@FreeBSD.org> | 2011-06-26 04:55:15 +0800 |
commit | 6dd53d3954701b0847b24c55b1e272abdda09b16 (patch) | |
tree | 5f3316c65e940b4771d7c3bb084b2993015d8c6e /textproc | |
parent | f52059b0b556050e2a94ffdcf3bde3eac4bb2a03 (diff) | |
download | freebsd-ports-gnome-6dd53d3954701b0847b24c55b1e272abdda09b16.tar.gz freebsd-ports-gnome-6dd53d3954701b0847b24c55b1e272abdda09b16.tar.zst freebsd-ports-gnome-6dd53d3954701b0847b24c55b1e272abdda09b16.zip |
- Fix plist
- Bump PORTREVISION
- Pet portlint(1)
Reported by: pointyhat (via pav)
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/gnugrep/Makefile | 3 | ||||
-rw-r--r-- | textproc/gnugrep/pkg-plist | 1 |
2 files changed, 2 insertions, 2 deletions
diff --git a/textproc/gnugrep/Makefile b/textproc/gnugrep/Makefile index 2fb47ce2be7b..4c72e61042c3 100644 --- a/textproc/gnugrep/Makefile +++ b/textproc/gnugrep/Makefile @@ -7,6 +7,7 @@ PORTNAME= grep PORTVERSION= 2.8 +PORTREVISION= 1 CATEGORIES= textproc MASTER_SITES= ${MASTER_SITE_GNU} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -50,7 +51,7 @@ post-patch: @${REINPLACE_CMD} '/install-exec-local:/s/install-exec-localcharset//' \ ${WRKSRC}/lib/Makefile.in .endif - @${REINPLACE_CMD} 's|mkinstalldirs = .*|mkinstalldirs = mkdir -p|g' \ + @${REINPLACE_CMD} 's|mkinstalldirs = .*|mkinstalldirs = ${MKDIR}|g' \ ${WRKSRC}/po/Makefile.in.in .include <bsd.port.post.mk> diff --git a/textproc/gnugrep/pkg-plist b/textproc/gnugrep/pkg-plist index 76c28b891df8..d0a711aab924 100644 --- a/textproc/gnugrep/pkg-plist +++ b/textproc/gnugrep/pkg-plist @@ -1,7 +1,6 @@ bin/egrep bin/fgrep bin/grep -lib/charset.alias %%NLS%%share/locale/af/LC_MESSAGES/grep.mo %%NLS%%share/locale/be/LC_MESSAGES/grep.mo %%NLS%%share/locale/bg/LC_MESSAGES/grep.mo |