diff options
-rw-r--r-- | science/ovt/Makefile | 16 |
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> |