1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-20 04:02:27 +00:00

Fix pkg-plist and handling the sample file

Pointy-hat to:	me
Submitted by:	mat
This commit is contained in:
Matthew Seaman 2016-08-16 13:00:11 +00:00
parent 01e6417748
commit a647bf16a9
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=420282
2 changed files with 2 additions and 3 deletions

View File

@ -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>

View File

@ -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