pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/graphics/gif2png gif2png: pick latest fixes from bsiegert



details:   https://anonhg.NetBSD.org/pkgsrc/rev/9b6937adfe99
branches:  trunk
changeset: 344102:9b6937adfe99
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Fri Nov 15 09:08:56 2019 +0000

description:
gif2png: pick latest fixes from bsiegert

diffstat:

 graphics/gif2png/Makefile |  7 +++----
 1 files changed, 3 insertions(+), 4 deletions(-)

diffs (28 lines):

diff -r 1e40854494fd -r 9b6937adfe99 graphics/gif2png/Makefile
--- a/graphics/gif2png/Makefile Fri Nov 15 09:06:14 2019 +0000
+++ b/graphics/gif2png/Makefile Fri Nov 15 09:08:56 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.56 2019/11/15 09:05:56 wiz Exp $
+# $NetBSD: Makefile,v 1.57 2019/11/15 09:08:56 wiz Exp $
 
 DISTNAME=      gif2png-3.0.0
 CATEGORIES=    graphics
@@ -10,8 +10,8 @@
 COMMENT=       Convert GIFs to PNG format
 LICENSE=       modified-bsd
 
-GO_SRCPATH=    ${DISTNAME}
-#GO_DIST_BASE= gif2png-master
+GO_SRCPATH=    gitlab.com/esr/gif2png
+GO_DIST_BASE=  ${DISTNAME}
 
 TOOL_DEPENDS+= xmlto-[0-9]*:../../textproc/xmlto
 
@@ -25,7 +25,6 @@
                xmlto man web2png.xml
 
 post-install:
-       ${MV} ${DESTDIR}${PREFIX}/bin/${DISTNAME} ${DESTDIR}${PREFIX}/bin/gif2png
        ${INSTALL_SCRIPT} ${WRKSRC}/web2png ${DESTDIR}${PREFIX}/bin
        ${INSTALL_DATA} ${WRKSRC}/gif2png.1 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1
        ${INSTALL_DATA} ${WRKSRC}/web2png.1 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1



Home | Main Index | Thread Index | Old Index