pkgsrc-Changes archive

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

CVS commit: pkgsrc/graphics/gif2png



Module Name:    pkgsrc
Committed By:   wiz
Date:           Fri Nov 15 09:08:56 UTC 2019

Modified Files:
        pkgsrc/graphics/gif2png: Makefile

Log Message:
gif2png: pick latest fixes from bsiegert


To generate a diff of this commit:
cvs rdiff -u -r1.56 -r1.57 pkgsrc/graphics/gif2png/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/graphics/gif2png/Makefile
diff -u pkgsrc/graphics/gif2png/Makefile:1.56 pkgsrc/graphics/gif2png/Makefile:1.57
--- pkgsrc/graphics/gif2png/Makefile:1.56       Fri Nov 15 09:05:56 2019
+++ pkgsrc/graphics/gif2png/Makefile    Fri Nov 15 09:08:56 2019
@@ -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 @@ HOMEPAGE=     https://gitlab.com/esr/gif2png
 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 @@ post-build:
                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