Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 16 Aug 2016 13:00:11 +0000 (UTC)
From:      Matthew Seaman <matthew@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r420282 - head/databases/libzbxpgsql
Message-ID:  <201608161300.u7GD0Bdp089536@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: matthew
Date: Tue Aug 16 13:00:11 2016
New Revision: 420282
URL: https://svnweb.freebsd.org/changeset/ports/420282

Log:
  Fix pkg-plist and handling the sample file
  
  Pointy-hat to:	me
  Submitted by:	mat

Modified:
  head/databases/libzbxpgsql/Makefile
  head/databases/libzbxpgsql/pkg-plist   (contents, props changed)

Modified: head/databases/libzbxpgsql/Makefile
==============================================================================
--- head/databases/libzbxpgsql/Makefile	Tue Aug 16 11:50:10 2016	(r420281)
+++ head/databases/libzbxpgsql/Makefile	Tue Aug 16 13:00:11 2016	(r420282)
@@ -27,6 +27,6 @@ USE_LDCONFIG=	yes
 do-install:
 		${INSTALL_LIB} ${WRKSRC}/src/.libs/libzbxpgsql.so ${STAGEDIR}${PREFIX}/lib/libzbxpgsql.so
 		${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
-		${INSTALL_MAN} ${WRKSRC}/template_postgresql_server.xml ${STAGEDIR}${EXAMPLESDIR}/template_postgresql_server.xml
+		${INSTALL_MAN} ${WRKSRC}/template_postgresql_server.xml ${STAGEDIR}${EXAMPLESDIR}/template_postgresql_server.xml.sample
 
 .include <bsd.port.mk>

Modified: head/databases/libzbxpgsql/pkg-plist
==============================================================================
--- head/databases/libzbxpgsql/pkg-plist	Tue Aug 16 11:50:10 2016	(r420281)
+++ head/databases/libzbxpgsql/pkg-plist	Tue Aug 16 13:00:11 2016	(r420282)
@@ -1,3 +1,2 @@
 lib/libzbxpgsql.so
-@dir share/examples/libzbxpgsql
-@sample share/examples/libzbxpgsql/template_postgresql_server.xml
+@sample share/examples/libzbxpgsql/template_postgresql_server.xml.sample



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