pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/lang/ezm3 Remove SU_CMD, should fix the problems in la...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d34553c3b093
branches:  trunk
changeset: 466112:d34553c3b093
user:      xtraeme <xtraeme%pkgsrc.org@localhost>
date:      Sun Jan 11 20:30:39 2004 +0000

description:
Remove SU_CMD, should fix the problems in last bulk build.

diffstat:

 lang/ezm3/Makefile |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (20 lines):

diff -r 8372970796cb -r d34553c3b093 lang/ezm3/Makefile
--- a/lang/ezm3/Makefile        Sun Jan 11 20:23:15 2004 +0000
+++ b/lang/ezm3/Makefile        Sun Jan 11 20:30:39 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2004/01/10 19:12:51 cjep Exp $
+# $NetBSD: Makefile,v 1.5 2004/01/11 20:30:39 xtraeme Exp $
 
 DISTNAME=      ezm3-1.1
 CATEGORIES=    lang
@@ -47,8 +47,8 @@
 
 do-build:
        ${RM} -rf ${WRKSRC}/${TARGET}
-       cd ${WRKSRC} && ${SU_CMD} '${SETENV} ${MAKE_ENV} ${GMAKE} ${MAKE_FLAGS} \
-               ${MAKEFILE} ${MAKE_ARGS} ${INSTALL_TARGET}'
+       cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${GMAKE} ${MAKE_FLAGS} \
+               ${MAKEFILE} ${MAKE_ARGS} ${INSTALL_TARGET}
 
 do-install:
        for i in ${PROGS}; do strip ${EZM3ROOT}/$$i; done



Home | Main Index | Thread Index | Old Index