1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-21 20:38:45 +00:00

Fix test for existence of DISTFILES. Be a bit more verbose in the IGNORE

message.
This commit is contained in:
Thomas Gellekum 2004-07-23 11:48:12 +00:00
parent 1a4a716ab6
commit e7afd95a99
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=114489

View File

@ -27,11 +27,18 @@ LIBLILXMLSRC= ${WRKDIR}/${DISTNAME}/liblilxml
NO_CDROM= Personal use only
# XXX needs to be the same as DISTFILES
XEPHEMSRC= ${PORTNAME}-${PORTVERSION}.tar.gz
.include <bsd.port.pre.mk>
.for file in ${DISTFILES}
.for file in ${XEPHEMSRC}
.if !exists(${DISTDIR}/${file})
IGNORE=You must manually fetch ${file} from http://www.clearskyinstitute.com/xephem/, place it in ${DISTDIR} and then run make again.
ECHO_MSG= /usr/bin/printf
IGNORE=:\n\
Because of licensing restrictions, you must manually fetch\n\
${file} from http://www.clearskyinstitute.com/xephem/,\n\
place it in ${DISTDIR} and then run make again.\n
.endif
.endfor