Changeset 9180 for trunk/dports/databases/unixODBC
- Timestamp:
- Nov 7, 2004, 12:36:47 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/dports/databases/unixODBC/Portfile
r4474 r9180 1 # $Id: Portfile,v 1. 4 2004/01/06 07:17:58jkh Exp $1 # $Id: Portfile,v 1.5 2004/11/07 00:36:44 jkh Exp $ 2 2 3 3 PortSystem 1.0 … … 70 70 # ODBCDataSources Directory & empty directory hack 71 71 file mkdir ${destroot}${prefix}/etc/ODBCDataSources 72 system "touch ${destroot}${prefix}/etc/ODBCDataSources/.turd"72 destroot.keepdirs ${destroot}${prefix}/etc/ODBCDataSources 73 73 74 74 # Install Documentation
Note: See TracChangeset
for help on using the changeset viewer.