aboutsummaryrefslogtreecommitdiff
path: root/comms/qico
diff options
context:
space:
mode:
authorKevin Lo <kevlo@FreeBSD.org>2001-03-11 08:24:39 +0000
committerKevin Lo <kevlo@FreeBSD.org>2001-03-11 08:24:39 +0000
commit4a4ee92fab68a594aa1962b4eec69ce31628183a (patch)
tree440a8738c82804bca9afd6101b0183234746449c /comms/qico
parent4dce94dc0f2570a431835c48aead43250b38d09a (diff)
downloadports-4a4ee92fab68a594aa1962b4eec69ce31628183a.tar.gz
ports-4a4ee92fab68a594aa1962b4eec69ce31628183a.zip
Replace WITHOUT_QICO_MORDA option to WITH_QICO_MORDA
PR: 25684 Submitted by: maintainer
Notes
Notes: svn path=/head/; revision=39565
Diffstat (limited to 'comms/qico')
-rw-r--r--comms/qico/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/comms/qico/Makefile b/comms/qico/Makefile
index 7cf660efbbeb..56aad2b8149e 100644
--- a/comms/qico/Makefile
+++ b/comms/qico/Makefile
@@ -19,14 +19,14 @@ MAKE_ENV+= SH=${SH} AWK=${AWK} MORDA="${MORDA}" DEFS="${DEFS}"
DEFS+= -DAMIGA4D
.endif
-.if !defined(WITHOUT_QICO_MORDA)
+.if defined(WITH_QICO_MORDA)
MORDA= 1
.endif
do-install:
${INSTALL_DATA} ${WRKSRC}/qico.conf.sample ${PREFIX}/etc/
${INSTALL_PROGRAM} ${WRKSRC}/src/qico ${PREFIX}/libexec/
-.if !defined(WITHOUT_QICO_MORDA)
+.if defined(WITH_QICO_MORDA)
${INSTALL_PROGRAM} ${WRKSRC}/src/qcc ${PREFIX}/bin/
.endif