summaryrefslogtreecommitdiff
path: root/security/bdc
diff options
context:
space:
mode:
authorSam Lawrance <lawrance@FreeBSD.org>2005-08-20 08:40:21 +0000
committerSam Lawrance <lawrance@FreeBSD.org>2005-08-20 08:40:21 +0000
commitcaa8001ecd4637877417291f1f02679b753cbf51 (patch)
treea67eaf3a67efd3e1b1a3627bca4fcada77e4ce8d /security/bdc
parentThis port triggers a gcc bug on ia64, so ignore on that platform. (diff)
Fix so the distfile can be manually fetched for package building
PR: ports/84573 Submitted by: Adi Pircalabu <apircalabu@bitdefender.com> (maintainer) Approved by: portmgr (krion)
Notes
Notes: svn path=/head/; revision=140941
Diffstat (limited to 'security/bdc')
-rw-r--r--security/bdc/Makefile27
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: