From f3a8be75b3885a5437c7c606dbf2a0b4b1d84b92 Mon Sep 17 00:00:00 2001 From: joerg Date: Tue, 14 Aug 2007 13:14:05 +0000 Subject: [PATCH] Override man page suffix for Linux. --- x11/xclock/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/x11/xclock/Makefile b/x11/xclock/Makefile index 680ec5b15435..7699ade657cf 100644 --- a/x11/xclock/Makefile +++ b/x11/xclock/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2007/03/17 18:40:59 joerg Exp $ +# $NetBSD: Makefile,v 1.5 2007/08/14 13:14:05 joerg Exp $ # DISTNAME= xclock-1.0.2 @@ -15,6 +15,8 @@ PKG_DESTDIR_SUPPORT= user-destdir GNU_CONFIGURE= yes USE_TOOLS+= pkg-config +CONFIGURE_ENV+= APP_MAN_SUFFIX=1 + .include "../../x11/libX11/buildlink3.mk" .include "../../x11/libXaw/buildlink3.mk" .include "../../x11/libXft/buildlink3.mk"