From 07c91e8c3463f1e32b80e10c9f1646a1f28bb33d Mon Sep 17 00:00:00 2001 From: jgh Date: Tue, 3 Jan 2012 02:34:10 +0000 Subject: - Reassignment of ECHO_MSG breaks 'make readme', so remove and reformat IGNORE. PR: ports/163255 Submitted by: jgh (me) Approved by: crees (mentor) --- science/ovt/Makefile | 16 +++++++--------- 1 file changed, 7 insertions(+), 9 deletions(-) (limited to 'science/ovt') diff --git a/science/ovt/Makefile b/science/ovt/Makefile index a1e58c90c4dc..65e48814831e 100644 --- a/science/ovt/Makefile +++ b/science/ovt/Makefile @@ -38,15 +38,13 @@ RESTRICTED= yes .include # Check for OVT distfile -.if !exists(${DISTDIR}/${DISTNAME}.tar.bz2) && !defined(PACKAGE_BUILDING) -ECHO_MSG=/usr/bin/printf -IGNORE= :\n\ -Because of licensing restrictions, you must fetch the source distribution\n\ -manually. Please access http://ovt.irfu.se/download/ with a web browser and\n\ -follow the \"Download\" link for the \"OVT ${PORTVERSION} Sources\".\n\ -You will be required to log in and register, but you can create an account\n\ -on this page. After registration download the source file, ${DISTFILES}.\n\ -Please place this file in ${DISTDIR}.\n +.if !exists(${DISTDIR}/${DISTNAME}{EXTRACT_SUFX}) && !defined(PACKAGE_BUILDING) +IGNORE= because of licensing restrictions, you must fetch the source\ +distribution \ manually. Please access http://ovt.irfu.se/download/ with a\ +web browser and follow the "Download" link for the "OVT ${PORTVERSION} Sources.\ +You will be required to log in and register, but you can create an account\ +on this page. After registration download the source file, ${DISTFILES}.\ +Please place this file in ${DISTDIR} .endif .include -- cgit