diff options
-rw-r--r-- | databases/odbc-postgresql/PLIST | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/databases/odbc-postgresql/PLIST b/databases/odbc-postgresql/PLIST index e650f6c28ba..3a0fa7b6a55 100644 --- a/databases/odbc-postgresql/PLIST +++ b/databases/odbc-postgresql/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.2 2002/02/15 10:12:33 skrll Exp $ +@comment $NetBSD: PLIST,v 1.3 2002/04/03 09:24:08 jlam Exp $ include/pgsql/iodbc/iodbc.h include/pgsql/iodbc/isql.h include/pgsql/iodbc/isqlext.h @@ -7,5 +7,5 @@ lib/libpsqlodbc.so lib/libpsqlodbc.so.0 lib/libpsqlodbc.so.0.26 share/postgresql/odbc.sql -@unexec ${RMDIR} -p %D/share/postgresql 2>/dev/null || true -@unexec ${RMDIR} -p %D/include/pgsql/iodbc 2>/dev/null || true +@unexec ${RMDIR} -p %D/share/postgresql 2>/dev/null || ${TRUE} +@unexec ${RMDIR} -p %D/include/pgsql/iodbc 2>/dev/null || ${TRUE} |