diff options
author | Tilman Keskinoz <arved@FreeBSD.org> | 2003-08-07 17:31:14 +0000 |
---|---|---|
committer | Tilman Keskinoz <arved@FreeBSD.org> | 2003-08-07 17:31:14 +0000 |
commit | 30211bfe1a2e8d1e9ee3bd379a6b64078e75c126 (patch) | |
tree | 48ed408637b36f1a9b2e514a4fa3f320462648dc /databases/qt-mysql-plugin | |
parent | fix build on CURRENT (diff) |
Remove the redundant PKGNAMESUFFIX that slipped into the last commit
PR: 55316
Submitted by: maintainer
Notes
Notes:
svn path=/head/; revision=86520
Diffstat (limited to 'databases/qt-mysql-plugin')
-rw-r--r-- | databases/qt-mysql-plugin/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/databases/qt-mysql-plugin/Makefile b/databases/qt-mysql-plugin/Makefile index 18ef6d0d2bef..7d70f2ed2f79 100644 --- a/databases/qt-mysql-plugin/Makefile +++ b/databases/qt-mysql-plugin/Makefile @@ -9,7 +9,6 @@ PORTNAME= qt-mysql-plugin PORTREVISION= 0 CATEGORIES= databases x11-toolkits -PKGNAMESUFFIX= -mysql-plugin MAINTAINER= kay_lehmann@web.de COMMENT= A plugin for QT to connect to MySQL-Databases |