From 9de27495580b2b7b881596fd679687afbc62f5a5 Mon Sep 17 00:00:00 2001 From: Bill Fenner Date: Sat, 21 Aug 1999 19:28:11 +0000 Subject: [PATCH] Remove MASTER_SITES and add IGNORE= comment about how to fetch. There are enough ports with things like this, perhaps bsd.port.mk should handle this. PR: ports/10832 Submitted by: Nick Hibma --- databases/msql/Makefile | 11 ++++++++--- databases/msql3/Makefile | 11 ++++++++--- 2 files changed, 16 insertions(+), 6 deletions(-) diff --git a/databases/msql/Makefile b/databases/msql/Makefile index ae27afab2cf3..23a45d497001 100644 --- a/databases/msql/Makefile +++ b/databases/msql/Makefile @@ -3,12 +3,11 @@ # Date created: December 17th 1996 # Whom: jfitz # -# $Id: Makefile,v 1.29 1999/04/08 19:05:44 billf Exp $ +# $Id: Makefile,v 1.30 1999/04/14 00:02:50 scrappy Exp $ # DISTNAME= msql-2.0.4.1 CATEGORIES= databases -MASTER_SITES= http://www.hughes.com.au/software/msql2/ MAINTAINER= jfitz@FreeBSD.ORG @@ -53,4 +52,10 @@ post-install: @ /usr/bin/more -e ${FILESDIR}/post-install-notes .endif -.include +.include + +.if !exists(${DISTDIR}/${DISTNAME}${EXTRACT_SUFX}) +IGNORE="- You must manually obtain ${DISTFILES} from 'http://www.Hughes.com.au' and place it in ${DISTDIR}. The distribution requires registration prior to use" +.endif + +.include diff --git a/databases/msql3/Makefile b/databases/msql3/Makefile index ae27afab2cf3..23a45d497001 100644 --- a/databases/msql3/Makefile +++ b/databases/msql3/Makefile @@ -3,12 +3,11 @@ # Date created: December 17th 1996 # Whom: jfitz # -# $Id: Makefile,v 1.29 1999/04/08 19:05:44 billf Exp $ +# $Id: Makefile,v 1.30 1999/04/14 00:02:50 scrappy Exp $ # DISTNAME= msql-2.0.4.1 CATEGORIES= databases -MASTER_SITES= http://www.hughes.com.au/software/msql2/ MAINTAINER= jfitz@FreeBSD.ORG @@ -53,4 +52,10 @@ post-install: @ /usr/bin/more -e ${FILESDIR}/post-install-notes .endif -.include +.include + +.if !exists(${DISTDIR}/${DISTNAME}${EXTRACT_SUFX}) +IGNORE="- You must manually obtain ${DISTFILES} from 'http://www.Hughes.com.au' and place it in ${DISTDIR}. The distribution requires registration prior to use" +.endif + +.include