aboutsummaryrefslogtreecommitdiff
path: root/astro/xephem/Makefile
diff options
context:
space:
mode:
authorThomas Gellekum <tg@FreeBSD.org>2004-07-23 11:48:12 +0000
committerThomas Gellekum <tg@FreeBSD.org>2004-07-23 11:48:12 +0000
commite7afd95a992ffe9c7648ee8f57408e6bcc530c3c (patch)
tree7be480d7d00450265514da97866e9d230692896c /astro/xephem/Makefile
parent1a4a716ab66a5fdb7f901514d610d0babbbf62c5 (diff)
downloadports-e7afd95a992ffe9c7648ee8f57408e6bcc530c3c.tar.gz
ports-e7afd95a992ffe9c7648ee8f57408e6bcc530c3c.zip
Notes
Diffstat (limited to 'astro/xephem/Makefile')
-rw-r--r--astro/xephem/Makefile11
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