From 463d500ed16baf1b820d0919491a653d460e22b6 Mon Sep 17 00:00:00 2001
From: kris <kris@FreeBSD.org>
Date: Sun, 11 Apr 2004 22:51:49 +0000
Subject: Remove duplicate listing of ${MOZART_DOCS} in ${DISTFILES} to unbreak
 the checksum listing and fix fetching.

---
 lang/mozart/Makefile | 2 +-
 lang/mozart/distinfo | 2 --
 2 files changed, 1 insertion(+), 3 deletions(-)

(limited to 'lang')

diff --git a/lang/mozart/Makefile b/lang/mozart/Makefile
index 8da8da18c95..c44b1a61bea 100644
--- a/lang/mozart/Makefile
+++ b/lang/mozart/Makefile
@@ -12,7 +12,7 @@ CATEGORIES=	lang tk83 parallel
 MASTER_SITES=	http://www.mozart-oz.org/download/mozart-ftp/store/1.2.5-2003-02-12/ \
 		ftp://ftp.mozart-oz.org/pub/mozart/${PORTVERSION}/tar/ \
 		ftp://ftp.sics.se/pub/mozart/${PORTVERSION}/tar/
-DISTFILES=	${DISTNAME}-src.tar.gz ${MOZART_DOCS}
+DISTFILES=	${DISTNAME}-src.tar.gz
 .if !defined(NOPORTDOCS)
 DISTFILES+=	${MOZART_DOCS}
 .endif
diff --git a/lang/mozart/distinfo b/lang/mozart/distinfo
index ccf90772f6d..10f2e9dba88 100644
--- a/lang/mozart/distinfo
+++ b/lang/mozart/distinfo
@@ -2,5 +2,3 @@ MD5 (mozart-1.2.5.20030212-src.tar.gz) = b3811893c9a230a46ee4e5b4eeb5d65c
 SIZE (mozart-1.2.5.20030212-src.tar.gz) = 7852034
 MD5 (mozart-1.2.5.20030212-doc.tar.gz) = 389ee3f247ccb95e58bd949db4612875
 SIZE (mozart-1.2.5.20030212-doc.tar.gz) = 3898895
-MD5 (mozart-1.2.5.20030212-doc.tar.gz) = 389ee3f247ccb95e58bd949db4612875
-SIZE (mozart-1.2.5.20030212-doc.tar.gz) = 3898895
-- 
cgit