diff options
Diffstat (limited to 'astro/xephem')
-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\ |