diff options
author | Sam Lawrance <lawrance@FreeBSD.org> | 2005-08-20 08:40:21 +0000 |
---|---|---|
committer | Sam Lawrance <lawrance@FreeBSD.org> | 2005-08-20 08:40:21 +0000 |
commit | caa8001ecd4637877417291f1f02679b753cbf51 (patch) | |
tree | a67eaf3a67efd3e1b1a3627bca4fcada77e4ce8d /security | |
parent | 79c5a78d702db0be5f1c62140ca38197c6678b72 (diff) |
Notes
Diffstat (limited to 'security')
-rw-r--r-- | security/bdc/Makefile | 27 |
1 files changed, 11 insertions, 16 deletions
diff --git a/security/bdc/Makefile b/security/bdc/Makefile index 95820520ca04..c12e85f34fe8 100644 --- a/security/bdc/Makefile +++ b/security/bdc/Makefile @@ -8,7 +8,7 @@ PORTNAME= bdc PORTVERSION= 7.0.1 CATEGORIES= security -MASTER_SITES= http://download.bitdefender.com/freebsd/${BDREL}/beta/ +MASTER_SITES= # http://download.bitdefender.com/freebsd/${BDREL}/beta/ DISTNAME= ${PORTNAME}-${PORTVERSION}-fbsd${BDREL} MAINTAINER= apircalabu@bitdefender.com @@ -31,21 +31,16 @@ PKGMESSAGE= ${WRKDIR}/pkg-message ONLY_FOR_ARCHS= i386 RESTRICTED= "License prohibits redistribution" -do-fetch: -.if !exists(${DISTDIR}/${DISTNAME}${EXTRACT_SUFX}) - @${ECHO} "" - @${ECHO} "You have to fetch ${DISTNAME}${EXTRACT_SUFX} manually after" - @${ECHO} "reading and agreeing to the license at:" - @${ECHO} "" - @${ECHO} "http://download.bitdefender.com/freebsd/${BDREL}/beta/LICENSE" - @${ECHO} "" - @${ECHO} "A direct link to the distribution file:" - @${ECHO} "http://download.bitdefender.com/freebsd/${BDREL}/beta/${DISTNAME}${EXTRACT_SUFX}" - @${ECHO} "" - @${ECHO} "Once the file has been downloaded move it to" - @${ECHO} "${DISTDIR} and restart the build." - @${ECHO} "" - @${FALSE} +.if !exists(${DISTDIR}/${DISTNAME}${EXTRACT_SUFX}) && !defined(PACKAGE_BUILDING) +ECHO_MSG= /usr/bin/printf +IGNORE= :\n\ +You have to fetch ${DISTNAME}${EXTRACT_SUFX} manually after\n\ +reading and agreeing to the license at:\n\ +http://download.bitdefender.com/freebsd/${BDREL}/beta/LICENSE\n\ +A direct link to the distribution file:\n\ +http://download.bitdefender.com/freebsd/${BDREL}/beta/${DISTNAME}${EXTRACT_SUFX}\n\ +Once the file has been downloaded move it to\n\ +${DISTDIR} and restart the build.\n .endif do-install: |