diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2004-04-14 18:48:40 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2004-04-14 18:48:40 +0000 |
commit | da603e0252a2beb306807e1ca5451dcf61e289e0 (patch) | |
tree | b0f9886c05d96478ffb096ff43200ba7cbcb1eb5 /databases/unixODBC | |
parent | f72b47caa4786526824741fda84f96c524cb1d7f (diff) | |
download | ports-da603e0252a2beb306807e1ca5451dcf61e289e0.tar.gz ports-da603e0252a2beb306807e1ca5451dcf61e289e0.zip |
Notes
Diffstat (limited to 'databases/unixODBC')
-rw-r--r-- | databases/unixODBC/pkg-plist | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/databases/unixODBC/pkg-plist b/databases/unixODBC/pkg-plist index a357f3eb3055..49ad02333dac 100644 --- a/databases/unixODBC/pkg-plist +++ b/databases/unixODBC/pkg-plist @@ -145,4 +145,5 @@ lib/libtemplate.so.1 %%PORTDOCS%%@dirrm %%DOCSDIR%%/ProgrammerManual %%PORTDOCS%%@dirrm %%DOCSDIR%%/AdministratorManual %%PORTDOCS%%@dirrm %%DOCSDIR%% -@dirrm etc/ODBCDataSources +@exec mkdir -p %D/etc/ODBCDataSources 2>/dev/null || true +@unexec rmdir %D/etc/ODBCDataSources 2>/dev/null || true |