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 | 77cb1e78e9eeabbc39ca914efe357a1b510b4a30 (patch) | |
tree | ef5de34d3e3d1b6cc3cb7c4b576010f20fb16ed5 /mail/xbiff | |
parent | 9262436c97c354c230c1e1aa8c82f361f3d37482 (diff) | |
download | pkgsrc-77cb1e78e9eeabbc39ca914efe357a1b510b4a30.tar.gz |
Fix man page section on Linux. from Ole Andre Rodlie on pkgsrc-users.
Diffstat (limited to 'mail/xbiff')
-rw-r--r-- | mail/xbiff/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/mail/xbiff/Makefile b/mail/xbiff/Makefile index 067484c0b39..9d897c344f1 100644 --- a/mail/xbiff/Makefile +++ b/mail/xbiff/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2007/04/12 15:14:52 joerg Exp $ +# $NetBSD: Makefile,v 1.2 2007/06/19 09:39:10 joerg Exp $ # DISTNAME= xbiff-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/libXaw/buildlink3.mk" .include "../../x11/xbitmaps/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |