diff options
author | rillig <rillig@pkgsrc.org> | 2016-07-09 10:25:27 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2016-07-09 10:25:27 +0000 |
commit | 2d24cfe309df3f3237a5417c5fcf36419cb3b2fa (patch) | |
tree | 9936b5eefc834ed3f0f2d9ab8c330c027ff51fe6 /x11/wdm | |
parent | 0a087b5eae0a172037b28cd4ec1ff7877eb92d3e (diff) | |
download | pkgsrc-2d24cfe309df3f3237a5417c5fcf36419cb3b2fa.tar.gz |
Fixed pkglint warnings.
Diffstat (limited to 'x11/wdm')
-rw-r--r-- | x11/wdm/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/x11/wdm/Makefile b/x11/wdm/Makefile index 5c8b589dc8a..d01014f5638 100644 --- a/x11/wdm/Makefile +++ b/x11/wdm/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.61 2015/12/23 12:44:20 joerg Exp $ +# $NetBSD: Makefile,v 1.62 2016/07/09 10:25:27 rillig Exp $ DISTNAME= wdm-1.28 PKGREVISION= 18 @@ -16,7 +16,7 @@ GNU_CONFIGURE= YES LDFLAGS.DragonFly= -lintl -lfontconfig LDFLAGS.SunOS+= -lintl -lresolv -CONFIGURE_ARGS+= --with-wdmdir=${PKG_SYSCONFDIR:Q} +CONFIGURE_ARGS+= --with-wdmdir=${PKG_SYSCONFDIR} CONFIGURE_ARGS+= --with-nlsdir=${PREFIX}/${PKGLOCALEDIR}/locale CONFIGURE_ARGS+= --with-gfx-incs=${BUILDLINK_DIR}/include/WINGs CONFIGURE_ARGS+= --with-gfx-libs=${BUILDLINK_DIR}/lib @@ -53,7 +53,7 @@ CONF_FILES+= ${PREFIX}/share/examples/wdm/${f} ${PKG_SYSCONFDIR}/${f} CONFIGURE_ARGS+= --with-winmgr=${wmanager:Q} .endfor -INSTALLATION_DIRS += share/pixmaps/wdm share/examples/wdm +INSTALLATION_DIRS+= share/pixmaps/wdm share/examples/wdm .include "../../mk/jpeg.buildlink3.mk" .include "../../graphics/giflib/buildlink3.mk" |