diff options
| author | Kurt Jaeger <pi@FreeBSD.org> | 2015-10-17 13:07:40 +0000 |
|---|---|---|
| committer | Kurt Jaeger <pi@FreeBSD.org> | 2015-10-17 13:07:40 +0000 |
| commit | 8fc64b581ef9953af78026e6d4bc4acf7fd60aa0 (patch) | |
| tree | c0826781f2494574d71882914995072e8e04a5fe /databases/sqlrelay/Makefile | |
| parent | 58bae5c6455d32bdba621949a66ffcdd8be51ce2 (diff) | |
Notes
Diffstat (limited to 'databases/sqlrelay/Makefile')
| -rw-r--r-- | databases/sqlrelay/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/databases/sqlrelay/Makefile b/databases/sqlrelay/Makefile index 8087eba67e4d..3f94dc5105c9 100644 --- a/databases/sqlrelay/Makefile +++ b/databases/sqlrelay/Makefile @@ -60,6 +60,7 @@ TOSTRIP= bin/sqlr-start \ libexec/sqlrelay/sqlrauth_database.so \ libexec/sqlrelay/sqlrauth_sqlrelay.so \ libexec/sqlrelay/sqlrauth_userlist.so \ + libexec/sqlrelay/sqlrconfig_xml.so \ libexec/sqlrelay/sqlrconnection_router.so \ libexec/sqlrelay/sqlrfilter_patterns.so \ libexec/sqlrelay/sqlrfilter_regex.so \ @@ -153,5 +154,7 @@ post-stage: .for f in ${TOSTRIP} -${STRIP_CMD} ${STAGEDIR}${PREFIX}/${f} .endfor + ${RM} ${STAGEDIR}${PREFIX}/lib/SQLRClient.dll + ${RM} ${STAGEDIR}${PREFIX}/lib/SQLRClient.dll.config .include <bsd.port.mk> |
