View | Details | Raw Unified | Return to bug 239609
Collapse All | Expand All

(-)databases/pg_partman/Makefile (-1 / +11 lines)
Lines 25-30 Link Here
25
25
26
OPTIONS_DEFINE=	DOCS
26
OPTIONS_DEFINE=	DOCS
27
27
28
.include <bsd.port.pre.mk>
29
30
# With PG11+ some scripts are only installed when they are common to
31
# all PG versions.
32
.if ${PGSQL_VER:R} < 11
33
PLIST_SUB+=	OLDPG=""
34
.else
35
PLIST_SUB+=	OLDPG="@comment "
36
.endif
37
28
post-install:
38
post-install:
29
	${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/postgresql/pg_partman_bgw.so
39
	${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/postgresql/pg_partman_bgw.so
30
40
Lines 37-40 Link Here
37
post-install-DOCS-off:
47
post-install-DOCS-off:
38
	${RM} -r ${STAGEDIR}${PREFIX}/share/doc/postgresql
48
	${RM} -r ${STAGEDIR}${PREFIX}/share/doc/postgresql
39
49
40
.include <bsd.port.mk>
50
.include <bsd.port.post.mk>
(-)databases/pg_partman/pkg-plist (-4 / +4 lines)
Lines 1-10 Link Here
1
bin/check_unique_constraint.py
1
bin/check_unique_constraint.py
2
bin/dump_partition.py
2
bin/dump_partition.py
3
bin/partition_data.py
3
%%OLDPG%%bin/partition_data.py
4
bin/reapply_constraints.py
4
%%OLDPG%%bin/reapply_constraints.py
5
bin/reapply_foreign_keys.py
5
%%OLDPG%%bin/reapply_foreign_keys.py
6
bin/reapply_indexes.py
6
bin/reapply_indexes.py
7
bin/undo_partition.py
7
%%OLDPG%%bin/undo_partition.py
8
bin/vacuum_maintenance.py
8
bin/vacuum_maintenance.py
9
lib/postgresql/pg_partman_bgw.so
9
lib/postgresql/pg_partman_bgw.so
10
%%PORTDOCS%%%%DOCSDIR%%/migration_to_partman.md
10
%%PORTDOCS%%%%DOCSDIR%%/migration_to_partman.md

Return to bug 239609