diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2006-09-03 06:46:25 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2006-09-03 06:46:25 +0000 |
commit | cde755e1d501cabfc21e737804448c844d8c4bc3 (patch) | |
tree | 63d1916cc4c43e1813889de00033286565380c46 /astro | |
parent | 607027179e159398aff20b2b9d0950c5c4b4c8f6 (diff) | |
download | ports-cde755e1d501cabfc21e737804448c844d8c4bc3.tar.gz ports-cde755e1d501cabfc21e737804448c844d8c4bc3.zip |
Notes
Diffstat (limited to 'astro')
-rw-r--r-- | astro/xephem/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/astro/xephem/Makefile b/astro/xephem/Makefile index 32eac67eabc7..5264b5d026b8 100644 --- a/astro/xephem/Makefile +++ b/astro/xephem/Makefile @@ -32,7 +32,7 @@ XEPHEMSRC= ${PORTNAME}-${PORTVERSION}.tar.gz .include <bsd.port.pre.mk> .for file in ${XEPHEMSRC} -.if !exists(${DISTDIR}/${file}) +.if !exists(${DISTDIR}/${file}) && !defined(PACKAGE_BUILDING) ECHO_MSG= ${PRINTF} IGNORE=:\n\ Because of licensing restrictions, you must manually fetch\n\ |