aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjgh <jgh@FreeBSD.org>2012-01-03 10:34:10 +0800
committerjgh <jgh@FreeBSD.org>2012-01-03 10:34:10 +0800
commit07c91e8c3463f1e32b80e10c9f1646a1f28bb33d (patch)
tree29d55893ba1708a9d5f1f013ee1338dacc8225f8
parent8f6ee23d544b9355b84f39134c5e3f6ecc6cbaa5 (diff)
downloadfreebsd-ports-gnome-07c91e8c3463f1e32b80e10c9f1646a1f28bb33d.tar.gz
freebsd-ports-gnome-07c91e8c3463f1e32b80e10c9f1646a1f28bb33d.tar.zst
freebsd-ports-gnome-07c91e8c3463f1e32b80e10c9f1646a1f28bb33d.zip
- Reassignment of ECHO_MSG breaks 'make readme', so remove and reformat IGNORE.
PR: ports/163255 Submitted by: jgh (me) Approved by: crees (mentor)
-rw-r--r--science/ovt/Makefile16
1 files changed, 7 insertions, 9 deletions
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 <bsd.port.pre.mk>
# 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 <bsd.port.post.mk>