aboutsummaryrefslogtreecommitdiffstats
path: root/databases/msql3
diff options
context:
space:
mode:
authorfenner <fenner@FreeBSD.org>1999-08-22 03:28:11 +0800
committerfenner <fenner@FreeBSD.org>1999-08-22 03:28:11 +0800
commit0670a56f93b4fa29e841376f1f984fa2325f26e5 (patch)
tree0ce0ae02c17f3356efef0465c8977935705a15c7 /databases/msql3
parented862bd112634df9aa2a1decce3bc6b5fe3991fb (diff)
downloadfreebsd-ports-gnome-0670a56f93b4fa29e841376f1f984fa2325f26e5.tar.gz
freebsd-ports-gnome-0670a56f93b4fa29e841376f1f984fa2325f26e5.tar.zst
freebsd-ports-gnome-0670a56f93b4fa29e841376f1f984fa2325f26e5.zip
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>
Diffstat (limited to 'databases/msql3')
-rw-r--r--databases/msql3/Makefile11
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>