diff options
author | wiz <wiz@pkgsrc.org> | 2017-11-06 13:26:52 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2017-11-06 13:26:52 +0000 |
commit | 5b1621b90d030bd3da63e0f592bfbebbdcaae050 (patch) | |
tree | 366d97a048bb9c5378e6263bd15220b2d93bb554 /print/img2eps | |
parent | 5538dcedb33a90992d8c295d88a0c65fd5a6181b (diff) | |
download | pkgsrc-5b1621b90d030bd3da63e0f592bfbebbdcaae050.tar.gz |
img2eps: follow redirect
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 |