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 <nick.hibma@jrc.it>
This commit is contained in:
Bill Fenner 1999-08-21 19:28:11 +00:00
parent 64f14efe92
commit 9de2749558
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=20847
2 changed files with 16 additions and 6 deletions

View File

@ -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 <bsd.port.mk>
.include <bsd.port.pre.mk>
.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 <bsd.port.post.mk>

View File

@ -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 <bsd.port.mk>
.include <bsd.port.pre.mk>
.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 <bsd.port.post.mk>