diff options
-rw-r--r-- | databases/msql/Makefile | 11 | ||||
-rw-r--r-- | 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 <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> 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> |