diff options
Diffstat (limited to 'converters/latex2rtf/Makefile')
-rw-r--r-- | converters/latex2rtf/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/converters/latex2rtf/Makefile b/converters/latex2rtf/Makefile index bcc82a01f0d..900989ed1bb 100644 --- a/converters/latex2rtf/Makefile +++ b/converters/latex2rtf/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.30 2017/01/19 18:52:04 agc Exp $ +# $NetBSD: Makefile,v 1.31 2020/01/18 23:30:14 rillig Exp $ DISTNAME= latex2rtf-2.3.10 PKGREVISION= 1 @@ -7,7 +7,7 @@ MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=latex2rtf/} MASTER_SITES+= ${MASTER_SITE_TEX_CTAN:=support/latex2rtf/} MAINTAINER= brook@nmsu.edu -HOMEPAGE= http://latex2rtf.sourceforge.net/ +HOMEPAGE= https://latex2rtf.sourceforge.net/ COMMENT= LaTeX to RTF converter LICENSE= gnu-gpl-v2 OR gnu-gpl-v3 |