diff options
author | Jason Helfman <jgh@FreeBSD.org> | 2012-01-03 02:34:10 +0000 |
---|---|---|
committer | Jason Helfman <jgh@FreeBSD.org> | 2012-01-03 02:34:10 +0000 |
commit | a756ea4f1784d366b45da2555e4176374a435696 (patch) | |
tree | 086de2bfb8825456d19d47f9f37a3dd370e7535f /science/ovt/Makefile | |
parent | 1bdc9ffcf83bba5768be5a6d41c6cb3ef9ec1be2 (diff) | |
download | ports-a756ea4f1784d366b45da2555e4176374a435696.tar.gz ports-a756ea4f1784d366b45da2555e4176374a435696.zip |
Notes
Diffstat (limited to 'science/ovt/Makefile')
-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> |