- Add LICENSE

- Unsilence installation commands
- Regenerate patches
This commit is contained in:
Dmitry Marakasov 2017-12-29 09:00:45 +00:00
parent 8915e85728
commit cda895d2d4
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=457498
2 changed files with 5 additions and 3 deletions

View file

@ -10,6 +10,8 @@ MASTER_SITES= http://pgfoundry.org/frs/download.php/1387/
MAINTAINER= ports@FreeBSD.org MAINTAINER= ports@FreeBSD.org
COMMENT= Logs changes on a table in PostgreSQL COMMENT= Logs changes on a table in PostgreSQL
LICENSE= PostgreSQL
WRKSRC= ${WRKDIR}/table_log-${DISTVERSION} WRKSRC= ${WRKDIR}/table_log-${DISTVERSION}
USES= gmake pgsql USES= gmake pgsql
@ -19,10 +21,10 @@ OPTIONS_DEFINE= DOCS
do-install: do-install:
@${MKDIR} ${STAGEDIR}${PREFIX}/lib/postgresql/ @${MKDIR} ${STAGEDIR}${PREFIX}/lib/postgresql/
@${INSTALL_PROGRAM} ${WRKSRC}/table_log.so \ ${INSTALL_LIB} ${WRKSRC}/table_log.so \
${STAGEDIR}${PREFIX}/lib/postgresql/ ${STAGEDIR}${PREFIX}/lib/postgresql/
@${MKDIR} ${STAGEDIR}${PREFIX}/share/postgresql/contrib/ @${MKDIR} ${STAGEDIR}${PREFIX}/share/postgresql/contrib/
@${INSTALL_DATA} ${WRKSRC}/table_log_init.sql \ ${INSTALL_DATA} ${WRKSRC}/table_log_init.sql \
${STAGEDIR}${PREFIX}/share/postgresql/contrib/ ${STAGEDIR}${PREFIX}/share/postgresql/contrib/
do-install-DOCS-on: do-install-DOCS-on:

View file

@ -1,4 +1,4 @@
--- table_log.c.orig 2007-05-16 23:14:04.000000000 +0000 --- table_log.c.orig 2007-05-16 23:14:04 UTC
+++ table_log.c +++ table_log.c
@@ -22,6 +22,8 @@ @@ -22,6 +22,8 @@
#include "utils/formatting.h" #include "utils/formatting.h"