Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 17 Jan 2020 20:30:04 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r523362 - head/net/fspclient
Message-ID:  <202001172030.00HKU4EQ077310@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Fri Jan 17 20:30:04 2020
New Revision: 523362
URL: https://svnweb.freebsd.org/changeset/ports/523362

Log:
  Fix plist after r523104

Modified:
  head/net/fspclient/Makefile

Modified: head/net/fspclient/Makefile
==============================================================================
--- head/net/fspclient/Makefile	Fri Jan 17 20:29:12 2020	(r523361)
+++ head/net/fspclient/Makefile	Fri Jan 17 20:30:04 2020	(r523362)
@@ -13,7 +13,7 @@ CONFLICTS_INSTALL=	alliance-*
 USES=		tar:bzip2 scons
 MAKE_ARGS=	prefix=${PREFIX}
 
-PLIST_FILES=	bin/fsp man/man1/fsp.1.gz
+PLIST_FILES=	bin/fsp share/man/man1/fsp.1.gz
 INSTALL_TARGET=	install prefix=${STAGEDIR}${PREFIX}
 
 .include <bsd.port.mk>



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