summaryrefslogtreecommitdiff
path: root/devel/mit-pthreads
diff options
context:
space:
mode:
authorwiz <wiz>2000-03-16 12:27:04 +0000
committerwiz <wiz>2000-03-16 12:27:04 +0000
commit78c9b217e610330a68e50b6b2ed49a3dd66ff2fa (patch)
tree168239ea6bae08acd3b78383a79bf1c904648843 /devel/mit-pthreads
parente59f34f21b6277475a0c9b549b330ced7eca21aa (diff)
downloadpkgsrc-78c9b217e610330a68e50b6b2ed49a3dd66ff2fa.tar.gz
echo -> ${ECHO}
Diffstat (limited to 'devel/mit-pthreads')
-rw-r--r--devel/mit-pthreads/Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/devel/mit-pthreads/Makefile b/devel/mit-pthreads/Makefile
index fd515ec1a8d..91607d15620 100644
--- a/devel/mit-pthreads/Makefile
+++ b/devel/mit-pthreads/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.27 2000/02/22 22:09:39 dmcmahill Exp $
+# $NetBSD: Makefile,v 1.28 2000/03/16 12:27:04 wiz Exp $
#
DISTNAME= pthreads-1_60_beta6
@@ -23,10 +23,10 @@ post-patch:
@${RM} ${WRKSRC}/include/endian.h
post-configure:
- @echo "#define HAVE_SYSCALL_SIGACTION 1" >> ${WRKSRC}/config.h
- @echo "#define HAVE_SYSCALL_SIGPAUSE 1" >> ${WRKSRC}/config.h
- @echo "#define HAVE_SYSCALL_SIGPROCMASK 1" >> ${WRKSRC}/config.h
- @echo "#define HAVE_SYSCALL_SIGSUSPEND 1" >> ${WRKSRC}/config.h
+ @${ECHO} "#define HAVE_SYSCALL_SIGACTION 1" >> ${WRKSRC}/config.h
+ @${ECHO} "#define HAVE_SYSCALL_SIGPAUSE 1" >> ${WRKSRC}/config.h
+ @${ECHO} "#define HAVE_SYSCALL_SIGPROCMASK 1" >> ${WRKSRC}/config.h
+ @${ECHO} "#define HAVE_SYSCALL_SIGSUSPEND 1" >> ${WRKSRC}/config.h
pre-install:
${MKDIR} ${PREFIX}/pthreads