diff options
author | Bill Fenner <fenner@FreeBSD.org> | 1999-08-21 19:28:11 +0000 |
---|---|---|
committer | Bill Fenner <fenner@FreeBSD.org> | 1999-08-21 19:28:11 +0000 |
commit | 9de27495580b2b7b881596fd679687afbc62f5a5 (patch) | |
tree | f8f39a52072a0860e926dbce7ed6f93d591b509c /databases/msql3 | |
parent | Correct MAINTAINER's email address. (diff) |
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>
Notes
Notes:
svn path=/head/; revision=20847
Diffstat (limited to 'databases/msql3')
-rw-r--r-- | databases/msql3/Makefile | 11 |
1 files changed, 8 insertions, 3 deletions
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 <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> |