diff options
author | joerg <joerg> | 2007-08-14 13:14:05 +0000 |
---|---|---|
committer | joerg <joerg> | 2007-08-14 13:14:05 +0000 |
commit | a517bbdeb97d7c8e0d78a5a63ccc89bf9ee124d3 (patch) | |
tree | 27c36c81f643802f03d4ce2e66f0f12c79fa7145 /x11/xclock | |
parent | 5763999462ffdebf04976313cb959b6ac9a873d7 (diff) | |
download | pkgsrc-a517bbdeb97d7c8e0d78a5a63ccc89bf9ee124d3.tar.gz |
Override man page suffix for Linux.
Diffstat (limited to 'x11/xclock')
-rw-r--r-- | x11/xclock/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/x11/xclock/Makefile b/x11/xclock/Makefile index 680ec5b1543..7699ade657c 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" |