diff options
author | makc <makc@FreeBSD.org> | 2010-01-22 05:13:21 +0800 |
---|---|---|
committer | makc <makc@FreeBSD.org> | 2010-01-22 05:13:21 +0800 |
commit | 63f4c89a045b4d1d917d57ba8b02fcd3a9d0451f (patch) | |
tree | 1118a7c7ae2c8f6603469be973b24b22b81e079f /databases/qt4-ibase-plugin | |
parent | 4e11745481135e994d53ff3ac47961e9b30d1e5d (diff) | |
download | freebsd-ports-gnome-63f4c89a045b4d1d917d57ba8b02fcd3a9d0451f.tar.gz freebsd-ports-gnome-63f4c89a045b4d1d917d57ba8b02fcd3a9d0451f.tar.zst freebsd-ports-gnome-63f4c89a045b4d1d917d57ba8b02fcd3a9d0451f.zip |
The FreeBSD KDE team is pleased to announce Qt-4.6.1 for FreeBSD.
Diffstat (limited to 'databases/qt4-ibase-plugin')
-rw-r--r-- | databases/qt4-ibase-plugin/Makefile | 5 | ||||
-rw-r--r-- | databases/qt4-ibase-plugin/pkg-plist | 5 |
2 files changed, 4 insertions, 6 deletions
diff --git a/databases/qt4-ibase-plugin/Makefile b/databases/qt4-ibase-plugin/Makefile index d5a27f01b542..370e4df3da3c 100644 --- a/databases/qt4-ibase-plugin/Makefile +++ b/databases/qt4-ibase-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 IBase/Firebird database plugin @@ -22,8 +19,8 @@ USE_FIREBIRD= yes USE_QT_VER= 4 QT_COMPONENTS= moc_build sql QT_NONSTANDARD= yes +QT_DIST= yes MAKE_JOBS_SAFE= yes -MD5_FILE= ${PORTSDIR}/devel/qt4/distinfo DRIVER= src/sql/drivers/${DB} PLUGIN= src/plugins/sqldrivers/${DB} diff --git a/databases/qt4-ibase-plugin/pkg-plist b/databases/qt4-ibase-plugin/pkg-plist index 0a1084fe0ef5..d0c1a75ae12d 100644 --- a/databases/qt4-ibase-plugin/pkg-plist +++ b/databases/qt4-ibase-plugin/pkg-plist @@ -1,2 +1,3 @@ -lib/qt4/plugins/sqldrivers/libqsql%%DB%%.so -@dirrmtry lib/qt4/plugins/sqldrivers +%%QT_PLUGINDIR_REL%%/sqldrivers/libqsql%%DB%%.so +@dirrmtry %%QT_PLUGINDIR_REL%%/sqldrivers +@dirrmtry %%QT_PLUGINDIR_REL%% |