pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/databases/xsqlmenu xsqlmenu: fix installation, set LIC...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e99563c67e0a
branches:  trunk
changeset: 452748:e99563c67e0a
user:      nia <nia%pkgsrc.org@localhost>
date:      Sat May 15 07:14:49 2021 +0000

description:
xsqlmenu: fix installation, set LICENSE

diffstat:

 databases/xsqlmenu/Makefile |  7 ++++---
 databases/xsqlmenu/PLIST    |  3 +--
 2 files changed, 5 insertions(+), 5 deletions(-)

diffs (44 lines):

diff -r a22880f0b8f2 -r e99563c67e0a databases/xsqlmenu/Makefile
--- a/databases/xsqlmenu/Makefile       Sat May 15 07:01:31 2021 +0000
+++ b/databases/xsqlmenu/Makefile       Sat May 15 07:14:49 2021 +0000
@@ -1,14 +1,15 @@
-# $NetBSD: Makefile,v 1.31 2013/03/02 20:33:25 wiz Exp $
+# $NetBSD: Makefile,v 1.32 2021/05/15 07:14:49 nia Exp $
 #
 
 DISTNAME=      xsqlmenu-2.10
-PKGREVISION=   13
+PKGREVISION=   14
 CATEGORIES=    databases
 MASTER_SITES=  http://www.jlab.org/~saw/xsqlmenu/
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=      http://www.jlab.org/~saw/xsqlmenu/
 COMMENT=       X based GUI for MySQL
+LICENSE=       gnu-gpl-v2
 
 USE_TOOLS+=    gmake
 MAKE_ENV+=     MAKE=${MAKE_PROGRAM:Q}
@@ -22,7 +23,7 @@
                ${DESTDIR}${PREFIX}/share/doc/xsqlmenu
        ${INSTALL_DATA} ${WRKSRC}/xsqlmenu.lsm \
                ${DESTDIR}${PREFIX}/share/doc/xsqlmenu
-       ${INSTALL_DATA} ${WRKSRC}/[A-Z][A-Z]* \
+       cd ${WRKSRC} && ${INSTALL_DATA} AUTHORS CHANGES COPYING TODO \
                ${DESTDIR}${PREFIX}/share/doc/xsqlmenu
 
 .include "../../mk/mysql.buildlink3.mk"
diff -r a22880f0b8f2 -r e99563c67e0a databases/xsqlmenu/PLIST
--- a/databases/xsqlmenu/PLIST  Sat May 15 07:01:31 2021 +0000
+++ b/databases/xsqlmenu/PLIST  Sat May 15 07:14:49 2021 +0000
@@ -1,9 +1,8 @@
-@comment $NetBSD: PLIST,v 1.2 2009/06/14 17:43:27 joerg Exp $
+@comment $NetBSD: PLIST,v 1.3 2021/05/15 07:14:49 nia Exp $
 bin/xsqlmenu
 share/doc/xsqlmenu/AUTHORS
 share/doc/xsqlmenu/CHANGES
 share/doc/xsqlmenu/COPYING
-share/doc/xsqlmenu/INSTALL
 share/doc/xsqlmenu/TODO
 share/doc/xsqlmenu/xsqlmenu.README
 share/doc/xsqlmenu/xsqlmenu.lsm



Home | Main Index | Thread Index | Old Index