diff options
author | wiz <wiz@pkgsrc.org> | 2001-02-16 14:17:22 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2001-02-16 14:17:22 +0000 |
commit | 417e8bbabf32592822a77615f490f81af3c99be2 (patch) | |
tree | 85c7199ff66a23b0ef2222724c3c775b2e1defa5 /databases/xmysql | |
parent | 6c0ff6d2791c86527492513d3f40f5586041e81e (diff) | |
download | pkgsrc-417e8bbabf32592822a77615f490f81af3c99be2.tar.gz |
Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.
Diffstat (limited to 'databases/xmysql')
-rw-r--r-- | databases/xmysql/Makefile | 3 | ||||
-rw-r--r-- | databases/xmysql/pkg/COMMENT | 1 |
2 files changed, 2 insertions, 2 deletions
diff --git a/databases/xmysql/Makefile b/databases/xmysql/Makefile index d6e5785779e..50ddbca2689 100644 --- a/databases/xmysql/Makefile +++ b/databases/xmysql/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2000/11/03 20:53:47 veego Exp $ +# $NetBSD: Makefile,v 1.7 2001/02/16 14:17:43 wiz Exp $ # DISTNAME= xmysql-1.10 @@ -7,6 +7,7 @@ MASTER_SITES= http://web.wt.net/~dblhack/ MAINTAINER= bad@netbsd.org HOMEPAGE= http://web.wt.net/~dblhack +COMMENT= Graphical front end to the MySQL database engine DEPENDS= mysql-client-3.22.32:../../databases/mysql-client DEPENDS+= xforms>=0.88nb1:../../x11/xforms diff --git a/databases/xmysql/pkg/COMMENT b/databases/xmysql/pkg/COMMENT deleted file mode 100644 index e7c657df8da..00000000000 --- a/databases/xmysql/pkg/COMMENT +++ /dev/null @@ -1 +0,0 @@ -Graphical front end to the MySQL database engine |