- Reassignment of ECHO_MSG breaks 'make readme', so remove and reformat IGNORE.
PR: ports/163255 Submitted by: jgh (me) Approved by: crees (mentor)
This commit is contained in:
parent
1bdc9ffcf8
commit
a756ea4f17
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=288448
1 changed files with 7 additions and 9 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue