diff options
Diffstat (limited to 'mail/hypermail')
-rw-r--r-- | mail/hypermail/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/mail/hypermail/Makefile b/mail/hypermail/Makefile index e712dfacd49..3f264c8b11b 100644 --- a/mail/hypermail/Makefile +++ b/mail/hypermail/Makefile @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.18 2012/10/08 12:19:13 asau Exp $ +# $NetBSD: Makefile,v 1.19 2017/01/19 18:52:16 agc Exp $ # DISTNAME= hypermail-2.3.0 CATEGORIES= mail www -MASTER_SITES= ${HOMEPAGE} \ - ${MASTER_SITE_SOURCEFORGE:=hypermail/} +MASTER_SITES= ${HOMEPAGE} +MASTER_SITES+= ${MASTER_SITE_SOURCEFORGE:=hypermail/} MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.hypermail-project.org/ |