summaryrefslogtreecommitdiff
path: root/archivers
diff options
context:
space:
mode:
authorwiz <wiz>2000-02-05 18:17:51 +0000
committerwiz <wiz>2000-02-05 18:17:51 +0000
commit74af6736ad4b1f6757b52ec2546686d33c66d369 (patch)
tree324d5fbef5b78a1c8a9dda6c41cd067a8501484f /archivers
parent8c0d0964fabe2b12c8e7b9a28e45d45c103e20a2 (diff)
downloadpkgsrc-74af6736ad4b1f6757b52ec2546686d33c66d369.tar.gz
replace true & false by ${TRUE} & ${FALSE}
Diffstat (limited to 'archivers')
-rw-r--r--archivers/rar/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/archivers/rar/Makefile b/archivers/rar/Makefile
index 496c6193acc..c8161c570a7 100644
--- a/archivers/rar/Makefile
+++ b/archivers/rar/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.22 2000/01/11 00:20:54 wiz Exp $
+# $NetBSD: Makefile,v 1.23 2000/02/05 18:17:51 wiz Exp $
# FreeBSD Id: Makefile,v 1.7 1997/08/10 22:31:27 fenner Exp
#
@@ -26,14 +26,14 @@ KERNEL= /`sysctl -n machdep.booted_kernel`
pre-extract:
@if (${NM} ${KERNEL} | ${GREP} -q compat_12 && \
${NM} ${KERNEL} | ${GREP} -q exec_nomid && \
- ${NM} ${KERNEL} | ${GREP} -q exec_aout); then true; \
+ ${NM} ${KERNEL} | ${GREP} -q exec_aout); then ${TRUE}; \
else \
${ECHO} "****************************************************************";\
${ECHO} Make can not proceed! In order to extract \(and run\); \
${ECHO} this package, you must have have booted from a kernel; \
${ECHO} with options COMPAT_NOMID and COMPAT_12 \(and EXEC_AOUT, if ELF\).; \
${ECHO} "****************************************************************";\
- false; \
+ ${FALSE}; \
fi
@${CHMOD} a+x ${DISTDIR}/${DISTFILES}