From a177e015ec7a0708de5189750569e226e3ec94b3 Mon Sep 17 00:00:00 2001 From: jasper Date: Sat, 15 Jan 2011 22:29:18 +0000 Subject: [PATCH] zap bogus MASTER_SITE, prompted by dcoppa@ --- textproc/asciidoc/Makefile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/textproc/asciidoc/Makefile b/textproc/asciidoc/Makefile index 5db930a1757..7101e82550b 100644 --- a/textproc/asciidoc/Makefile +++ b/textproc/asciidoc/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.11 2011/01/15 11:09:17 jasper Exp $ +# $OpenBSD: Makefile,v 1.12 2011/01/15 22:29:18 jasper Exp $ COMMENT= text document format for writing documents and man pages @@ -15,8 +15,7 @@ PERMIT_PACKAGE_FTP= Yes PERMIT_DISTFILES_CDROM= Yes PERMIT_DISTFILES_FTP= Yes -MASTER_SITES= ${HOMEPAGE} \ - ${MASTER_SITE_SOURCEFORGE:=asciidoc/} +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=asciidoc/} MODULES= lang/python RUN_DEPENDS= textproc/libxslt