diff options
author | wiz <wiz@pkgsrc.org> | 2019-11-15 09:08:56 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2019-11-15 09:08:56 +0000 |
commit | d113fefc414bcc0daff8cf058d106645dbd836e1 (patch) | |
tree | 95187d67d4d6378df1a4a0de704971cdd4b2742a /graphics | |
parent | 231e7b4a7bd4dab7db57ad154b7eb514cb0bcb90 (diff) | |
download | pkgsrc-d113fefc414bcc0daff8cf058d106645dbd836e1.tar.gz |
gif2png: pick latest fixes from bsiegert
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/gif2png/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/graphics/gif2png/Makefile b/graphics/gif2png/Makefile index cf40eff3adb..a83026b164e 100644 --- a/graphics/gif2png/Makefile +++ b/graphics/gif2png/Makefile @@ -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 |