diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2017-04-01 22:05:39 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2017-04-01 22:05:39 +0000 |
commit | cdd9171c1cdd1fbd8a001a247be92a6c14aeb7d2 (patch) | |
tree | 60cab826de9729728843b6bd8fef94b30ab67e3c /databases/libgda4-mysql | |
parent | ac971954f3d6deac2075cda24bc18898e22ea9d5 (diff) |
Notes
Diffstat (limited to 'databases/libgda4-mysql')
-rw-r--r-- | databases/libgda4-mysql/Makefile | 19 | ||||
-rw-r--r-- | databases/libgda4-mysql/pkg-plist | 17 |
2 files changed, 0 insertions, 36 deletions
diff --git a/databases/libgda4-mysql/Makefile b/databases/libgda4-mysql/Makefile deleted file mode 100644 index 953fde212385..000000000000 --- a/databases/libgda4-mysql/Makefile +++ /dev/null @@ -1,19 +0,0 @@ -# Created by: Joe Marcus Clarke <marcus@FreeBSD.org> -# $FreeBSD$ -# $MCom: ports/databases/libgda4-mysql/Makefile,v 1.7 2011/10/15 15:18:36 kwm Exp $ - -PORTREVISION= 2 -CATEGORIES= databases gnome -PKGNAMESUFFIX= 4-mysql - -MAINTAINER= gnome@FreeBSD.org -COMMENT= Provides MySQL backend for the libgda4 library - -MASTERDIR= ${.CURDIR}/../libgda4 -BUILD_WRKSRC= ${WRKSRC}/providers/mysql/ -INSTALL_WRKSRC= ${BUILD_WRKSRC} -PLIST= ${.CURDIR}/pkg-plist - -LIBGDA4_SLAVE= mysql - -.include "${MASTERDIR}/Makefile" diff --git a/databases/libgda4-mysql/pkg-plist b/databases/libgda4-mysql/pkg-plist deleted file mode 100644 index 0013af55360e..000000000000 --- a/databases/libgda4-mysql/pkg-plist +++ /dev/null @@ -1,17 +0,0 @@ -lib/libgda-%%VERSION%%/providers/libgda-mysql.a -lib/libgda-%%VERSION%%/providers/libgda-mysql.so -libdata/pkgconfig/libgda-mysql-%%VERSION%%.pc -share/libgda-%%VERSION%%/mysql_specs_add_column.xml -share/libgda-%%VERSION%%/mysql_specs_comment_table.xml -share/libgda-%%VERSION%%/mysql_specs_comment_column.xml -share/libgda-%%VERSION%%/mysql_specs_create_db.xml -share/libgda-%%VERSION%%/mysql_specs_create_index.xml -share/libgda-%%VERSION%%/mysql_specs_create_table.xml -share/libgda-%%VERSION%%/mysql_specs_create_view.xml -share/libgda-%%VERSION%%/mysql_specs_drop_column.xml -share/libgda-%%VERSION%%/mysql_specs_drop_db.xml -share/libgda-%%VERSION%%/mysql_specs_drop_index.xml -share/libgda-%%VERSION%%/mysql_specs_drop_table.xml -share/libgda-%%VERSION%%/mysql_specs_drop_view.xml -share/libgda-%%VERSION%%/mysql_specs_dsn.xml -share/libgda-%%VERSION%%/mysql_specs_rename_table.xml |