diff options
author | obache <obache@pkgsrc.org> | 2006-09-09 02:41:53 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2006-09-09 02:41:53 +0000 |
commit | 55c56786b3c520dbb5737d3e8944b6b51034e7bb (patch) | |
tree | 5a4cdd19b2797d53e5ff29d89f921d882e82acda /archivers/unzip | |
parent | 8b81271900a94534e942e9e3296793010312b59e (diff) | |
download | pkgsrc-55c56786b3c520dbb5737d3e8944b6b51034e7bb.tar.gz |
Rename variable MAKEFILE to MAKE_FILE.
Diffstat (limited to 'archivers/unzip')
-rw-r--r-- | archivers/unzip/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/archivers/unzip/Makefile b/archivers/unzip/Makefile index 42acdecff65..9d1ae9e4784 100644 --- a/archivers/unzip/Makefile +++ b/archivers/unzip/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.64 2006/06/18 07:04:16 rillig Exp $ +# $NetBSD: Makefile,v 1.65 2006/09/09 02:41:54 obache Exp $ DISTNAME= unzip552 PKGNAME= unzip-5.52 @@ -18,7 +18,7 @@ USE_TOOLS+= gmake .include "../../mk/bsd.prefs.mk" -MAKEFILE= unix/Makefile +MAKE_FILE= unix/Makefile BUILD_TARGET= generic_zlib unzipsfx .if ${OPSYS:M*BSD} != "" || ${OPSYS} == "Darwin" CFLAGS+= -DBSD |