summaryrefslogtreecommitdiff
path: root/mail/mailhops
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2020-01-26 17:30:40 +0000
committerrillig <rillig@pkgsrc.org>2020-01-26 17:30:40 +0000
commit0267807f87c64f31dfd0e699ddbab19e55e61df4 (patch)
treed0a3f84c95c120b8b0804700a18681e739dece61 /mail/mailhops
parent8d627c555cb4fdc633e2d2ab8056558c863ea6da (diff)
downloadpkgsrc-0267807f87c64f31dfd0e699ddbab19e55e61df4.tar.gz
all: migrate homepages from http to https
pkglint -r --network --only "migrate" As a side-effect of migrating the homepages, pkglint also fixed a few indentations in unrelated lines. These and the new homepages have been checked manually.
Diffstat (limited to 'mail/mailhops')
-rw-r--r--mail/mailhops/Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/mail/mailhops/Makefile b/mail/mailhops/Makefile
index fe86d782cc8..8f1f9e23a49 100644
--- a/mail/mailhops/Makefile
+++ b/mail/mailhops/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.16 2019/11/02 16:25:22 rillig Exp $
+# $NetBSD: Makefile,v 1.17 2020/01/26 17:31:35 rillig Exp $
#
DISTNAME= mailhops-1.4
@@ -10,7 +10,7 @@ EXTRACT_SUFX=
LICENSE= gnu-gpl-v2
MAINTAINER= is@NetBSD.org
-HOMEPAGE= http://www.spinnaker.de/mutt/
+HOMEPAGE= https://www.spinnaker.de/mutt/
COMMENT= Shows the route of an Internet mail message
WRKSRC= ${WRKDIR}
@@ -29,9 +29,9 @@ do-build:
do-configure:
do-install:
- ${INSTALL_DATA_DIR} ${DESTDIR}${PREFIX}/bin
- ${INSTALL_SCRIPT} ${WRKSRC}/mailhops \
- ${DESTDIR}${PREFIX}/bin
+ ${INSTALL_DATA_DIR} ${DESTDIR}${PREFIX}/bin
+ ${INSTALL_SCRIPT} ${WRKSRC}/mailhops \
+ ${DESTDIR}${PREFIX}/bin
.include "../../mk/bsd.pkg.mk"