diff options
author | tnn <tnn@pkgsrc.org> | 2008-02-17 21:15:33 +0000 |
---|---|---|
committer | tnn <tnn@pkgsrc.org> | 2008-02-17 21:15:33 +0000 |
commit | 908440fd0f06075e2ae4499e144f498cc0cf2019 (patch) | |
tree | 2ec5edccfbdd006503648c43c79e530ea01d979f /x11/xlsclients | |
parent | e59e4a49d83fc10fcc23a6ccf32e8645c45262cd (diff) | |
download | pkgsrc-908440fd0f06075e2ae4499e144f498cc0cf2019.tar.gz |
Wire down APP_MAN_SUFFIX
Diffstat (limited to 'x11/xlsclients')
-rw-r--r-- | x11/xlsclients/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/x11/xlsclients/Makefile b/x11/xlsclients/Makefile index d6c7338a19b..5384af6f99a 100644 --- a/x11/xlsclients/Makefile +++ b/x11/xlsclients/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2007/09/14 00:25:27 simonb Exp $ +# $NetBSD: Makefile,v 1.2 2008/02/17 21:15:33 tnn Exp $ # DISTNAME= xlsclients-1.0.1 @@ -15,6 +15,8 @@ PKG_DESTDIR_SUPPORT= user-destdir GNU_CONFIGURE= yes USE_TOOLS+= pkg-config +CONFIGURE_ENV+= APP_MAN_SUFFIX=1 + .include "../../x11/libXmu/buildlink3.mk" .include "../../x11/xextproto/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |