aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordemon <demon@FreeBSD.org>2015-01-02 18:30:12 +0800
committerdemon <demon@FreeBSD.org>2015-01-02 18:30:12 +0800
commit2bea9fd6fd33615795ca5b952a05ecd44b550246 (patch)
tree9d4ffc52c55fbc3a833c2e9d67f9f598c1c5a406
parentf5e2c5306ec1356550fa01ae4a493489c0cd8817 (diff)
downloadfreebsd-ports-gnome-2bea9fd6fd33615795ca5b952a05ecd44b550246.tar.gz
freebsd-ports-gnome-2bea9fd6fd33615795ca5b952a05ecd44b550246.tar.zst
freebsd-ports-gnome-2bea9fd6fd33615795ca5b952a05ecd44b550246.zip
Fix section in ts(1).
PR: 196337 Submitted by: olgeni
-rw-r--r--sysutils/ts/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/sysutils/ts/Makefile b/sysutils/ts/Makefile
index be672de50c8f..71501b6e8266 100644
--- a/sysutils/ts/Makefile
+++ b/sysutils/ts/Makefile
@@ -3,6 +3,7 @@
PORTNAME= ts
PORTVERSION= 0.7.4
+PORTREVISION= 1
CATEGORIES= sysutils
MASTER_SITES= http://vicerveza.homeunix.net/~viric/soft/ts/ CENKES
@@ -17,6 +18,8 @@ PORTDOCS= OBJECTIVES PROTOCOL README TRICKS
post-patch:
${REINPLACE_CMD} -e '/^GLIBCFLAGS/d;/^CFLAGS/d'\
${WRKSRC}/Makefile
+ ${REINPLACE_CMD} -e 's/\.TH TS 1/.TH TS 8/'\
+ ${WRKSRC}/ts.1
# Install man page as ts.8 to avoid conflict with security/openssl
do-install: