summaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authorxtraeme <xtraeme@pkgsrc.org>2004-01-06 06:43:31 +0000
committerxtraeme <xtraeme@pkgsrc.org>2004-01-06 06:43:31 +0000
commita7c4efd5d19b1bb54e2b974130b604e29535fc1b (patch)
treea2bdd2caab496ae3539b1b5ab499fdc673ce6292 /lang
parent0bb90165bac13c8ca3c673f44cb2063855892e87 (diff)
downloadpkgsrc-a7c4efd5d19b1bb54e2b974130b604e29535fc1b.tar.gz
Add missing var ${PROGS}.
Diffstat (limited to 'lang')
-rw-r--r--lang/ezm3/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/lang/ezm3/Makefile b/lang/ezm3/Makefile
index 81f432aa275..336af3991b6 100644
--- a/lang/ezm3/Makefile
+++ b/lang/ezm3/Makefile
@@ -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 @@ TARGET= NetBSDi386
TARGETDIR= netbsd-1
.endif
+PROGS= bin/m3build bin/m3bundle bin/m3ship
+
do-configure:
cd ${WRKSRC}/m3config/src && \
${MV} -f ${TARGET} ${TARGET}.bak && \