diff options
author | rillig <rillig@pkgsrc.org> | 2005-12-05 20:49:47 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2005-12-05 20:49:47 +0000 |
commit | b71a1d488b6b45e0a968a4c149990c25b6a09215 (patch) | |
tree | dac5b1dd14794d86b061d26b9503adb2552ed3f8 /x11/xorg-imake/Makefile | |
parent | 624eed58928f83676fbd7ca01a5f6974bb2cce2a (diff) | |
download | pkgsrc-b71a1d488b6b45e0a968a4c149990c25b6a09215.tar.gz |
Fixed pkglint warnings. The warnings are mostly quoting issues, for
example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some
other changes are outlined in
http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html
Diffstat (limited to 'x11/xorg-imake/Makefile')
-rw-r--r-- | x11/xorg-imake/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/x11/xorg-imake/Makefile b/x11/xorg-imake/Makefile index ef56d249dd4..0347c3fa7d1 100644 --- a/x11/xorg-imake/Makefile +++ b/x11/xorg-imake/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.21 2005/09/13 22:51:42 reed Exp $ +# $NetBSD: Makefile,v 1.22 2005/12/05 20:51:20 rillig Exp $ DISTNAME= ${DISTFILES} PKGNAME= xorg-imake-${XORG_VER} @@ -38,7 +38,6 @@ post-extract: .for F in ${SYSTEMS} @${MV} ${WRKSRC}/config/cf/${F}.cf ${WRKSRC}/config/cf/${F}.cf.in .endfor -.undef F @${SED} -e "s|CONFIGDIRSPEC|-I${X11ROOT}/lib/X11/config|" \ ${WRKSRC}/config/util/xmkmf.cpp > \ ${WRKSRC}/config/util/xmkmf.cpp.orig @@ -54,7 +53,6 @@ pre-configure: -e "s|@@DARWIN_USE_QUARTZ@@|${DARWIN_USE_QUARTZ}|g" \ ${WRKSRC}/config/cf/${F}.cf.in > ${WRKSRC}/config/cf/${F}.cf .endfor -.undef F @( \ ${ECHO} "#define XORG_VERSION_MAJOR 6"; \ ${ECHO} "#define XORG_VERSION_MINOR 8"; \ |