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
commit88ff9283e08220e0689dffe32b03a4a8c40a5833 (patch)
tree168239ea6bae08acd3b78383a79bf1c904648843 /devel/mit-pthreads
parent7d29727a3513352c58e541a6d2734a32a9e17c54 (diff)
downloadpkgsrc-88ff9283e08220e0689dffe32b03a4a8c40a5833.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