Index: head/graphics/eps2png/Makefile =================================================================== --- head/graphics/eps2png/Makefile (revision 507862) +++ head/graphics/eps2png/Makefile (revision 507863) @@ -1,18 +1,22 @@ # Created by: nik # $FreeBSD$ PORTNAME= eps2png PORTVERSION= 2.7 PORTREVISION= 7 CATEGORIES= graphics MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:JV MAINTAINER= perl@FreeBSD.org COMMENT= Converts EPS images to PNG +LICENSE= ART10 GPLv2+ +LICENSE_COMB= dual + USES= ghostscript perl5 USE_PERL5= configure MAKE_ARGS= INSTLLSCRIPT="${PREFIX}/bin" +NO_ARCH= yes .include Index: head/graphics/eps2png/pkg-descr =================================================================== --- head/graphics/eps2png/pkg-descr (revision 507862) +++ head/graphics/eps2png/pkg-descr (revision 507863) @@ -1,4 +1,4 @@ epf2png converts files from EPS format (Encapsulated PostScript) to PNG (Portable Network Graphics), JPEG or GIF formats. -WWW: http://www.vromans.org/johan/software/sw_eps2png.html +WWW: https://www.vromans.org/johan/software/sw_eps2png.html