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 /databases/odbc-postgresql | |
parent | 8b81271900a94534e942e9e3296793010312b59e (diff) | |
download | pkgsrc-55c56786b3c520dbb5737d3e8944b6b51034e7bb.tar.gz |
Rename variable MAKEFILE to MAKE_FILE.
Diffstat (limited to 'databases/odbc-postgresql')
-rw-r--r-- | databases/odbc-postgresql/Makefile.common | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/odbc-postgresql/Makefile.common b/databases/odbc-postgresql/Makefile.common index fab30bc8568..d891a577cae 100644 --- a/databases/odbc-postgresql/Makefile.common +++ b/databases/odbc-postgresql/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.12 2006/06/06 15:04:42 joerg Exp $ +# $NetBSD: Makefile.common,v 1.13 2006/09/09 02:41:56 obache Exp $ DISTNAME= postgresql-${DIST_VERS} CATEGORIES= databases @@ -31,7 +31,7 @@ BASE_VERS?= ${DIST_VERS} USE_LANGUAGES= c c++ USE_TOOLS+= gmake -MAKEFILE= GNUmakefile +MAKE_FILE= GNUmakefile GNU_CONFIGURE= YES .include "../../mk/bsd.prefs.mk" |