diff options
Diffstat (limited to 'print/img2eps')
-rw-r--r-- | print/img2eps/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/print/img2eps/Makefile b/print/img2eps/Makefile index 753f7f06eb1..1a26aaa1bf2 100644 --- a/print/img2eps/Makefile +++ b/print/img2eps/Makefile @@ -1,13 +1,12 @@ -# $NetBSD: Makefile,v 1.33 2014/05/31 15:56:28 wiz Exp $ -# +# $NetBSD: Makefile,v 1.34 2017/11/06 13:26:52 wiz Exp $ DISTNAME= img2eps-0.2 PKGREVISION= 14 CATEGORIES= print graphics -MASTER_SITES= http://www.nih.at/img2eps/ +MASTER_SITES= https://www.nih.at/img2eps/ MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= http://www.nih.at/img2eps/ +HOMEPAGE= https://www.nih.at/img2eps/ COMMENT= Convert raster images to EPS files LICENSE= modified-bsd AND original-bsd |