Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 19 Jan 2020 11:10:51 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r523548 - head/sysutils/timelimit
Message-ID:  <202001191110.00JBApIN090497@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Sun Jan 19 11:10:50 2020
New Revision: 523548
URL: https://svnweb.freebsd.org/changeset/ports/523548

Log:
  Update manpage location (r523104)

Modified:
  head/sysutils/timelimit/Makefile

Modified: head/sysutils/timelimit/Makefile
==============================================================================
--- head/sysutils/timelimit/Makefile	Sun Jan 19 11:10:45 2020	(r523547)
+++ head/sysutils/timelimit/Makefile	Sun Jan 19 11:10:50 2020	(r523548)
@@ -12,15 +12,15 @@ COMMENT=	Limit the absolute execution time of a proces
 
 LICENSE=	BSD2CLAUSE
 
-# bin/timelimit man/man1/timelimit.1.gz
+# bin/timelimit
 CONFLICTS_INSTALL=	netpipes
 
 USES=		tar:xz
 
-PLIST_FILES=	bin/timelimit man/man1/timelimit.1.gz
+PLIST_FILES=	bin/timelimit share/man/man1/timelimit.1.gz
 
 do-install:
 	${INSTALL_PROGRAM} ${WRKSRC}/timelimit ${STAGEDIR}${PREFIX}/bin/
-	${INSTALL_DATA} ${WRKSRC}/timelimit.1 ${STAGEDIR}${MAN1PREFIX}/man/man1/
+	${INSTALL_DATA} ${WRKSRC}/timelimit.1 ${STAGEDIR}${PREFIX}/share/man/man1/
 
 .include <bsd.port.mk>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202001191110.00JBApIN090497>