diff options
author | adrianp <adrianp@pkgsrc.org> | 2007-07-02 20:24:27 +0000 |
---|---|---|
committer | adrianp <adrianp@pkgsrc.org> | 2007-07-02 20:24:27 +0000 |
commit | 2fb736a53a4927b2c3c37f5f28beaa95b6355d28 (patch) | |
tree | 69a3a0ab822ce0fe360682c59eba0d63ee78050b /lang/ezm3 | |
parent | fe4909a2c5bbbb250dd128152997c3ef0a647a72 (diff) | |
download | pkgsrc-2fb736a53a4927b2c3c37f5f28beaa95b6355d28.tar.gz |
s/PRIVILEGED_STAGE/PRIVILEGED_STAGES/g as it could refer to multiple
stages in the future. Suggested by rillig@
Diffstat (limited to 'lang/ezm3')
-rw-r--r-- | lang/ezm3/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/ezm3/Makefile b/lang/ezm3/Makefile index 250b756377b..253b857be88 100644 --- a/lang/ezm3/Makefile +++ b/lang/ezm3/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.19 2007/07/01 00:07:56 adrianp Exp $ +# $NetBSD: Makefile,v 1.20 2007/07/02 20:24:27 adrianp Exp $ DISTNAME= ezm3-1.2 PKGREVISION= 2 @@ -15,7 +15,7 @@ USE_TOOLS+= gmake INSTALL_TARGET= all MAKE_ARGS+= M3OPTIONS="-DBUILD_ALL -DSHIP_ALL" PLIST_SUBST+= TARGET=${TARGET:Q} TARGETDIR=${TARGETDIR:Q} -PRIVILEGED_STAGE+= clean +PRIVILEGED_STAGES+= clean # XXX CFLAGS has to be empty, because if it's not, the build # XXX process will fail. |