pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/lang/ezm3 Add missing var ${PROGS}.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f020e508020b
branches:  trunk
changeset: 465798:f020e508020b
user:      xtraeme <xtraeme%pkgsrc.org@localhost>
date:      Tue Jan 06 06:43:31 2004 +0000

description:
Add missing var ${PROGS}.

diffstat:

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

diffs (18 lines):

diff -r 458dccced2cd -r f020e508020b lang/ezm3/Makefile
--- a/lang/ezm3/Makefile        Tue Jan 06 06:42:15 2004 +0000
+++ b/lang/ezm3/Makefile        Tue Jan 06 06:43:31 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2004/01/05 23:54:18 xtraeme Exp $
+# $NetBSD: Makefile,v 1.2 2004/01/06 06:43:31 xtraeme Exp $
 
 DISTNAME=      ezm3-1.1
 CATEGORIES=    lang
@@ -37,6 +37,8 @@
 TARGETDIR=      netbsd-1
 .endif
 
+PROGS=         bin/m3build bin/m3bundle bin/m3ship
+
 do-configure:
        cd ${WRKSRC}/m3config/src && \
            ${MV} -f ${TARGET} ${TARGET}.bak && \



Home | Main Index | Thread Index | Old Index