diff options
author | mat <mat@FreeBSD.org> | 2017-06-07 00:38:00 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2017-06-07 00:38:00 +0800 |
commit | ba0fd591da519cdf0aa7fbc6c225859a3f39ec38 (patch) | |
tree | 0be08adf0fe80b8395b02fa2e847a02229478066 /databases | |
parent | 1659205b84d4a8e89f9fe2fb09b42ba4aa4669d7 (diff) | |
download | freebsd-ports-gnome-ba0fd591da519cdf0aa7fbc6c225859a3f39ec38.tar.gz freebsd-ports-gnome-ba0fd591da519cdf0aa7fbc6c225859a3f39ec38.tar.zst freebsd-ports-gnome-ba0fd591da519cdf0aa7fbc6c225859a3f39ec38.zip |
Add a fixup-lib-pkgconfig target to move files in lib/pkgconfig into
libdata/pkgconfig.
Fix ports that where installing the file in the wrong place.
PR: 218067
Submitted by: mat
Exp-run by: antoine
Reviewed by: rene, antoine
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D10129
Diffstat (limited to 'databases')
-rw-r--r-- | databases/monetdb/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/databases/monetdb/Makefile b/databases/monetdb/Makefile index bc8dabd82025..170b43d1d9c1 100644 --- a/databases/monetdb/Makefile +++ b/databases/monetdb/Makefile @@ -226,7 +226,6 @@ pre-install: ${INSTALL_DATA} ${WRKSRC}/sql/dump-restore.* ${STAGEDIR}${DOCSDIR} post-install: - ${RM} -r ${STAGEDIR}${PREFIX}/lib/pkgconfig ${RM} -r ${STAGEDIR}${PREFIX}/share/doc/MonetDB-SQL-11.15.19 ${RM} -r ${STAGEDIR}${PREFIX}/etc/tmpfiles.d ${MV} ${STAGEDIR}${PREFIX}/var/* ${STAGEDIR}${PREFIX} |