diff options
author | kris <kris@FreeBSD.org> | 2006-09-03 14:46:25 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2006-09-03 14:46:25 +0800 |
commit | ea4a3955a96d9325a9a2cb9e2477896af5ba8774 (patch) | |
tree | 1d5e07fdc972f12a08e3531b94c84dfcd7dfc09b /astro | |
parent | 30b7d86669c4839945946a456b69cb783faba88a (diff) | |
download | freebsd-ports-gnome-ea4a3955a96d9325a9a2cb9e2477896af5ba8774.tar.gz freebsd-ports-gnome-ea4a3955a96d9325a9a2cb9e2477896af5ba8774.tar.zst freebsd-ports-gnome-ea4a3955a96d9325a9a2cb9e2477896af5ba8774.zip |
Allow package builds
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\ |