diff options
author | Max Brazhnikov <makc@FreeBSD.org> | 2010-01-21 21:13:21 +0000 |
---|---|---|
committer | Max Brazhnikov <makc@FreeBSD.org> | 2010-01-21 21:13:21 +0000 |
commit | 43902f6ecc0189b88ec79a03b8b0b39425aa18dd (patch) | |
tree | 5b488e99af499ef5ed89d0b90cc3f0f14b1f1ad4 /databases/qt4-sqlite3-plugin | |
parent | 5534788943950923c05e59a02337cde792233450 (diff) | |
download | ports-43902f6ecc0189b88ec79a03b8b0b39425aa18dd.tar.gz ports-43902f6ecc0189b88ec79a03b8b0b39425aa18dd.zip |
Notes
Diffstat (limited to 'databases/qt4-sqlite3-plugin')
-rw-r--r-- | databases/qt4-sqlite3-plugin/Makefile | 4 | ||||
-rw-r--r-- | databases/qt4-sqlite3-plugin/pkg-plist | 5 |
2 files changed, 4 insertions, 5 deletions
diff --git a/databases/qt4-sqlite3-plugin/Makefile b/databases/qt4-sqlite3-plugin/Makefile index 6b97509e3893..9f7dff7d2d64 100644 --- a/databases/qt4-sqlite3-plugin/Makefile +++ b/databases/qt4-sqlite3-plugin/Makefile @@ -9,9 +9,6 @@ PORTNAME= qt4-${DB}-plugin PORTVERSION= ${QT4_VERSION} CATEGORIES= databases -MASTER_SITES= ${MASTER_SITE_QT} -DISTNAME= qt-x11-opensource-src-${PORTVERSION} -DIST_SUBDIR= KDE MAINTAINER= kde@FreeBSD.org COMMENT= Qt SQLite 3.x database plugin @@ -24,6 +21,7 @@ LIB_DEPENDS+= sqlite3:${PORTSDIR}/databases/sqlite3 USE_QT_VER= 4 QT_COMPONENTS= moc_build sql QT_NONSTANDARD= yes +QT_DIST= yes MAKE_JOBS_SAFE= yes DRIVER= src/sql/drivers/${DB} diff --git a/databases/qt4-sqlite3-plugin/pkg-plist b/databases/qt4-sqlite3-plugin/pkg-plist index e6aacc20fb20..8a857e2e4422 100644 --- a/databases/qt4-sqlite3-plugin/pkg-plist +++ b/databases/qt4-sqlite3-plugin/pkg-plist @@ -1,2 +1,3 @@ -lib/qt4/plugins/sqldrivers/libq%%DB%%.so -@dirrmtry lib/qt4/plugins/sqldrivers +%%QT_PLUGINDIR_REL%%/sqldrivers/libq%%DB%%.so +@dirrmtry %%QT_PLUGINDIR_REL%%/sqldrivers +@dirrmtry %%QT_PLUGINDIR_REL%% |