diff options
author | jgh <jgh@FreeBSD.org> | 2012-01-04 20:28:05 +0000 |
---|---|---|
committer | jgh <jgh@FreeBSD.org> | 2012-01-04 20:28:05 +0000 |
commit | de115de8e52277ecb610e12a2a02ed7dcc0008b5 (patch) | |
tree | 6ed5b8bda5c4bb69384e35104d38d86873649e33 | |
parent | c3cbd9348993324ece56100f3df706649e93f601 (diff) | |
download | FreeBSD-ports-de115de8e52277ecb610e12a2a02ed7dcc0008b5.zip FreeBSD-ports-de115de8e52277ecb610e12a2a02ed7dcc0008b5.tar.gz |
- Reassignment of ECHO_MSG breaks 'make readme', so remove and reformat IGNORE.
PR: ports/163258
Submitted by: jgh (me)
Approved by: maintainer, crees (mentor)
-rw-r--r-- | security/bdc/Makefile | 15 |
1 files changed, 6 insertions, 9 deletions
diff --git a/security/bdc/Makefile b/security/bdc/Makefile index 55406aa..942eab5 100644 --- a/security/bdc/Makefile +++ b/security/bdc/Makefile @@ -30,15 +30,12 @@ BDREL= 5 .include <bsd.port.pre.mk> .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/SMB/Workstation_Security_and_Management/BitDefender_Antivirus_Scanner_for_Unices/Unix/Old/EN/freebsd/Ver_${BDREL}/\n\ -A direct link to the distribution file:\n\ -http://download.bitdefender.com/SMB/Workstation_Security_and_Management/BitDefender_Antivirus_Scanner_for_Unices/Unix/Old/EN/freebsd/Ver_${BDREL}/bdc-7.0.1.2-fbsd${BDREL}.tar.gz\n\ -Once the file has been downloaded move it to\n\ -${DISTDIR} and restart the build.\n +IGNORE= you have to fetch ${DISTNAME}${EXTRACT_SUFX} manually after reading\ +and agreeing to the license at:\ +http://download.bitdefender.com/SMB/Workstation_Security_and_Management/BitDefender_Antivirus_Scanner_for_Unices/Unix/Old/EN/freebsd/Ver_${BDREL}/.\ +Here is a direct link to the distribution file:\ +http://download.bitdefender.com/SMB/Workstation_Security_and_Management/BitDefender_Antivirus_Scanner_for_Unices/Unix/Old/EN/freebsd/Ver_${BDREL}/bdc-7.0.1.2-fbsd${BDREL}.tar.gz.\ +Once the file has been downloaded, move it to ${DISTDIR} and restart the build .endif do-install: |