diff options
author | joerg <joerg> | 2007-06-19 09:39:10 +0000 |
---|---|---|
committer | joerg <joerg> | 2007-06-19 09:39:10 +0000 |
commit | ac19a6a0060b3bd98615cf9df9d06036dc5bed3f (patch) | |
tree | ef5de34d3e3d1b6cc3cb7c4b576010f20fb16ed5 /x11/setxkbmap | |
parent | 177e62aca3d7ece9f15c95facba1ccd570897f41 (diff) | |
download | pkgsrc-ac19a6a0060b3bd98615cf9df9d06036dc5bed3f.tar.gz |
Fix man page section on Linux. from Ole Andre Rodlie on pkgsrc-users.
Diffstat (limited to 'x11/setxkbmap')
-rw-r--r-- | x11/setxkbmap/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/x11/setxkbmap/Makefile b/x11/setxkbmap/Makefile index 3bfe0d4df84..1b44c5dedb7 100644 --- a/x11/setxkbmap/Makefile +++ b/x11/setxkbmap/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2007/03/20 00:10:10 joerg Exp $ +# $NetBSD: Makefile,v 1.3 2007/06/19 09:39:11 joerg Exp $ # DISTNAME= setxkbmap-1.0.3 @@ -15,6 +15,8 @@ PKG_DESTDIR_SUPPORT= user-destdir GNU_CONFIGURE= yes USE_TOOLS+= pkg-config +CONFIGURE_ENV+= APP_MAN_SUFFIX=1 + .include "../../x11/libxkbfile/buildlink3.mk" .include "../../x11/libX11/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |