svn commit: r523362 - head/net/fspclient
Antoine Brodin
antoine at FreeBSD.org
Fri Jan 17 20:30:04 UTC 2020
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>
More information about the svn-ports-all
mailing list