summaryrefslogtreecommitdiffstats
path: root/astro
diff options
context:
space:
mode:
authorsteve <steve@FreeBSD.org>2000-01-03 01:58:10 +0000
committersteve <steve@FreeBSD.org>2000-01-03 01:58:10 +0000
commita476f0b765164768ea5a3951112131eb34f595d0 (patch)
tree6070cc456284ed57c7244086760633bff8601e26 /astro
parent54e3b64fe5c1af2af481059ad83f0a360aa13b64 (diff)
downloadFreeBSD-ports-a476f0b765164768ea5a3951112131eb34f595d0.zip
FreeBSD-ports-a476f0b765164768ea5a3951112131eb34f595d0.tar.gz
Use a logical OR (||) instead.
Noticed by: Dirk Meyer <dirk.meyer@dinoex.sub.org>
Diffstat (limited to 'astro')
-rw-r--r--astro/setiathome/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/astro/setiathome/Makefile b/astro/setiathome/Makefile
index 53d7486..e3af28e 100644
--- a/astro/setiathome/Makefile
+++ b/astro/setiathome/Makefile
@@ -47,7 +47,7 @@ WRKSRC= setiathome-1.2.i386-unknown-freebsd2.2.6
DISTFILES=
.endif
-.if make(makesum) | defined(FETCH_ALL)
+.if make(makesum) || defined(FETCH_ALL)
DISTFILES= setiathome-1.2.i386-unknown-freebsd2.2.6.tar \
setiathome-1.2.i386-unknown-freebsd2.2.7.tar \
setiathome-1.2.i386-unknown-freebsd2.2.8.tar \
OpenPOWER on IntegriCloud