pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/converters/2vcard Added license, moved documentation, ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/578ae05365b3
branches:  trunk
changeset: 373648:578ae05365b3
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Sun Jan 07 20:02:13 2018 +0000

description:
Added license, moved documentation, bumped PKGREVISION.

diffstat:

 converters/2vcard/Makefile |  11 +++++------
 converters/2vcard/PLIST    |  14 +++++++-------
 2 files changed, 12 insertions(+), 13 deletions(-)

diffs (58 lines):

diff -r 85ffc755dcb5 -r 578ae05365b3 converters/2vcard/Makefile
--- a/converters/2vcard/Makefile        Sun Jan 07 19:57:48 2018 +0000
+++ b/converters/2vcard/Makefile        Sun Jan 07 20:02:13 2018 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.16 2016/07/09 06:37:56 wiz Exp $
+# $NetBSD: Makefile,v 1.17 2018/01/07 20:02:13 rillig Exp $
 #
 
 DISTNAME=      2vcard-0.5
-PKGREVISION=   5
+PKGREVISION=   6
 CATEGORIES=    converters
 MASTER_SITES=  http://www.netmeister.org/apps/
 EXTRACT_SUFX=  .tar.bz2
@@ -10,20 +10,19 @@
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=      http://www.netmeister.org/apps/2vcard/
 COMMENT=       Convert an addressbook to the popular VCARD file format
+LICENSE=       modified-bsd
 
 USE_TOOLS+=    perl:run
 REPLACE_PERL=  src/2vcard
 
 NO_BUILD=      yes
-
-INSTALLATION_DIRS=     bin ${PKGMANDIR}/man1
+AUTO_MKDIRS=   yes
 
 do-install:
        ${INSTALL_SCRIPT} ${WRKSRC}/src/2vcard ${DESTDIR}${PREFIX}/bin
        ${INSTALL_MAN} ${WRKSRC}/doc/2vcard.1 \
                ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1/
-       ${INSTALL_DATA_DIR} ${DESTDIR}${PREFIX}/share/doc/html/2vcard
        ${INSTALL_DATA} ${WRKSRC}/doc/html/* \
-               ${DESTDIR}${PREFIX}/share/doc/html/2vcard
+               ${DESTDIR}${PREFIX}/share/doc/2vcard
 
 .include "../../mk/bsd.pkg.mk"
diff -r 85ffc755dcb5 -r 578ae05365b3 converters/2vcard/PLIST
--- a/converters/2vcard/PLIST   Sun Jan 07 19:57:48 2018 +0000
+++ b/converters/2vcard/PLIST   Sun Jan 07 20:02:13 2018 +0000
@@ -1,9 +1,9 @@
-@comment $NetBSD: PLIST,v 1.3 2009/06/14 17:39:09 joerg Exp $
+@comment $NetBSD: PLIST,v 1.4 2018/01/07 20:02:13 rillig Exp $
 bin/2vcard
 man/man1/2vcard.1
-share/doc/html/2vcard/index-1.html
-share/doc/html/2vcard/index-2.html
-share/doc/html/2vcard/index-3.html
-share/doc/html/2vcard/index-4.html
-share/doc/html/2vcard/index-5.html
-share/doc/html/2vcard/index.html
+share/doc/2vcard/index-1.html
+share/doc/2vcard/index-2.html
+share/doc/2vcard/index-3.html
+share/doc/2vcard/index-4.html
+share/doc/2vcard/index-5.html
+share/doc/2vcard/index.html



Home | Main Index | Thread Index | Old Index