aboutsummaryrefslogtreecommitdiff
path: root/sysutils/moreutils
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2015-03-06 16:36:05 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2015-03-06 16:36:05 +0000
commite086f654047f12f1245c077f061711928a1592e6 (patch)
treef29963a2a179c219d2e417909067317b730f5970 /sysutils/moreutils
parent9fbd5b9aa36dea465cfda010d1ddbb3f40888ef3 (diff)
Notes
Diffstat (limited to 'sysutils/moreutils')
-rw-r--r--sysutils/moreutils/Makefile6
-rw-r--r--sysutils/moreutils/pkg-descr2
-rw-r--r--sysutils/moreutils/pkg-plist4
3 files changed, 8 insertions, 4 deletions
diff --git a/sysutils/moreutils/Makefile b/sysutils/moreutils/Makefile
index 1fa9b35f72b1..5659ebbd67c4 100644
--- a/sysutils/moreutils/Makefile
+++ b/sysutils/moreutils/Makefile
@@ -3,6 +3,7 @@
PORTNAME= moreutils
PORTVERSION= 0.53
+PORTREVISION= 1
CATEGORIES= sysutils
MASTER_SITES= DEBIAN_POOL
DISTNAME= ${PORTNAME}_${PORTVERSION}
@@ -33,13 +34,16 @@ CANNED_MANPAGES=errno.1 \
sponge.1
PERL_MANPAGES= chronic.1 \
combine.1 \
- ts.1 \
+ moreutils-ts.1 \
vidir.1 \
vipe.1 \
zrun.1
SHEBANG_FILES= ${PERL_MANPAGES:R}
+post-extract:
+ @${MV} ${WRKSRC}/ts ${WRKSRC}/moreutils-ts
+
post-patch:
@${REINPLACE_CMD} -e 's|parallel|moreutils-&|g' ${WRKSRC}/Makefile
@${REINPLACE_CMD} -e 's|__APPLE__|__${OPSYS}__|' ${WRKSRC}/ifdata.c
diff --git a/sysutils/moreutils/pkg-descr b/sysutils/moreutils/pkg-descr
index b9c1d3b12f18..82f95384a067 100644
--- a/sysutils/moreutils/pkg-descr
+++ b/sysutils/moreutils/pkg-descr
@@ -18,6 +18,6 @@ Currently it consists of these tools:
- vipe: insert a text editor into a pipe
- zrun: automatically uncompress arguments to command
-Note that the parallel utility is installed as moreutils-parallel.
+Note that parallel and ts utilities are installed with "moreutils-" prefix.
WWW: http://joeyh.name/code/moreutils/
diff --git a/sysutils/moreutils/pkg-plist b/sysutils/moreutils/pkg-plist
index 60718079a38a..53c1748685b8 100644
--- a/sysutils/moreutils/pkg-plist
+++ b/sysutils/moreutils/pkg-plist
@@ -9,7 +9,7 @@ bin/mispipe
bin/moreutils-parallel
bin/pee
bin/sponge
-bin/ts
+bin/moreutils-ts
bin/vidir
bin/vipe
bin/zrun
@@ -24,7 +24,7 @@ bin/zrun
%%MANPAGES%%man/man1/moreutils-parallel.1.gz
%%MANPAGES%%man/man1/pee.1.gz
%%MANPAGES%%man/man1/sponge.1.gz
-%%MANPAGES%%man/man1/ts.1.gz
+%%MANPAGES%%man/man1/moreutils-ts.1.gz
%%MANPAGES%%man/man1/vidir.1.gz
%%MANPAGES%%man/man1/vipe.1.gz
%%MANPAGES%%man/man1/zrun.1.gz