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:
parent
01e6417748
commit
a647bf16a9
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=420282
@ -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>
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user