diff options
author | skrll <skrll@pkgsrc.org> | 2002-11-13 14:02:43 +0000 |
---|---|---|
committer | skrll <skrll@pkgsrc.org> | 2002-11-13 14:02:43 +0000 |
commit | 68e46784d5b6e52228a80a02c9503ff342f2dff6 (patch) | |
tree | d3f15bd21d0c661e28f75a8f6a950d9ca33faa1f | |
parent | a35c786e99664b71dd996c0061666a0cd3a287ba (diff) | |
download | pkgsrc-68e46784d5b6e52228a80a02c9503ff342f2dff6.tar.gz |
Better handling of the ${PREFIX}/qt3/plugins/sqldriver directory.
-rw-r--r-- | x11/qt3-mysql/PLIST | 4 | ||||
-rw-r--r-- | x11/qt3-psql/PLIST | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/x11/qt3-mysql/PLIST b/x11/qt3-mysql/PLIST index 52153464c34..b5f7a0d346f 100644 --- a/x11/qt3-mysql/PLIST +++ b/x11/qt3-mysql/PLIST @@ -1,5 +1,5 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 2002/11/13 13:33:03 skrll Exp $ +@comment $NetBSD: PLIST,v 1.2 2002/11/13 14:02:43 skrll Exp $ qt3/plugins/sqldrivers/libqsqlmysql.a qt3/plugins/sqldrivers/libqsqlmysql.la qt3/plugins/sqldrivers/libqsqlmysql.so -@dirrm qt3/plugins/sqldrivers +@unexec ${RMDIR} %D/qt3/plugins/sqldrivers 2>/dev/null || true diff --git a/x11/qt3-psql/PLIST b/x11/qt3-psql/PLIST index ba34a7f5586..25023889b54 100644 --- a/x11/qt3-psql/PLIST +++ b/x11/qt3-psql/PLIST @@ -1,5 +1,5 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 2002/10/28 11:18:36 drochner Exp $ +@comment $NetBSD: PLIST,v 1.2 2002/11/13 14:02:43 skrll Exp $ qt3/plugins/sqldrivers/libqsqlpsql.a qt3/plugins/sqldrivers/libqsqlpsql.la qt3/plugins/sqldrivers/libqsqlpsql.so -@dirrm qt3/plugins/sqldrivers +@unexec ${RMDIR} %D/qt3/plugins/sqldrivers 2>/dev/null || true |