pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/graphics/qvplay Use CONFIGURE_HAS_MANDIR=NO since this...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4aca6bd3dd26
branches:  trunk
changeset: 500240:4aca6bd3dd26
user:      reed <reed%pkgsrc.org@localhost>
date:      Tue Oct 04 17:38:30 2005 +0000

description:
Use CONFIGURE_HAS_MANDIR=NO since this old configure script doesn't
know --mandir. (This --mandir for GNU_CONFIGURE was just added
to bsd.pkg.mk a few minutes ago.)

diffstat:

 graphics/qvplay/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (16 lines):

diff -r f9d0771af867 -r 4aca6bd3dd26 graphics/qvplay/Makefile
--- a/graphics/qvplay/Makefile  Tue Oct 04 17:33:44 2005 +0000
+++ b/graphics/qvplay/Makefile  Tue Oct 04 17:38:30 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2004/01/20 12:18:17 agc Exp $
+# $NetBSD: Makefile,v 1.8 2005/10/04 17:38:30 reed Exp $
 #
 
 DISTNAME=      qvplay-0.94
@@ -15,5 +15,6 @@
 
 WRKSRC=                ${WRKDIR}/QVplay094/src
 GNU_CONFIGURE= yes
+CONFIGURE_HAS_MANDIR=  NO
 
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index