diff options
author | tg <tg@FreeBSD.org> | 2004-07-23 19:48:12 +0800 |
---|---|---|
committer | tg <tg@FreeBSD.org> | 2004-07-23 19:48:12 +0800 |
commit | d6f7c1eb1a4f536172435fb52ca2b65665434b88 (patch) | |
tree | bd11571634352e9fa321495aed43b1dd8e66d904 /astro/xephem | |
parent | 0d94877efb4b0195654f6722285bcf520f87728e (diff) | |
download | freebsd-ports-gnome-d6f7c1eb1a4f536172435fb52ca2b65665434b88.tar.gz freebsd-ports-gnome-d6f7c1eb1a4f536172435fb52ca2b65665434b88.tar.zst freebsd-ports-gnome-d6f7c1eb1a4f536172435fb52ca2b65665434b88.zip |
Fix test for existence of DISTFILES. Be a bit more verbose in the IGNORE
message.
Diffstat (limited to 'astro/xephem')
-rw-r--r-- | astro/xephem/Makefile | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/astro/xephem/Makefile b/astro/xephem/Makefile index 42ca8c8f971f..d5caf67275b8 100644 --- a/astro/xephem/Makefile +++ b/astro/xephem/Makefile @@ -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 |