diff options
author | joerg <joerg@pkgsrc.org> | 2007-06-19 09:39:10 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2007-06-19 09:39:10 +0000 |
commit | 08492918e0fc9f4ab52d747268cd23b7bb87d44a (patch) | |
tree | ef5de34d3e3d1b6cc3cb7c4b576010f20fb16ed5 /x11/xload | |
parent | 21de058e822d9ef23ce7069c09657ba10c9d45b7 (diff) | |
download | pkgsrc-08492918e0fc9f4ab52d747268cd23b7bb87d44a.tar.gz |
Fix man page section on Linux. from Ole Andre Rodlie on pkgsrc-users.
Diffstat (limited to 'x11/xload')
-rw-r--r-- | x11/xload/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/x11/xload/Makefile b/x11/xload/Makefile index 602c26fbff8..de4b21dd04b 100644 --- a/x11/xload/Makefile +++ b/x11/xload/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2007/03/17 18:40:59 joerg Exp $ +# $NetBSD: Makefile,v 1.4 2007/06/19 09:39:12 joerg Exp $ # DISTNAME= xload-1.0.1 @@ -15,5 +15,7 @@ PKG_DESTDIR_SUPPORT= user-destdir GNU_CONFIGURE= yes USE_TOOLS+= pkg-config +CONFIGURE_ENV+= APP_MAN_SUFFIX=1 + .include "../../x11/libXaw/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |