pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/pkgtools/pkgdiff Add MANINSTALL to BUILD_DEFS. With l...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/524af51bc6f3
branches:  trunk
changeset: 461403:524af51bc6f3
user:      jmmv <jmmv%pkgsrc.org@localhost>
date:      Mon Sep 15 16:16:40 2003 +0000

description:
Add MANINSTALL to BUILD_DEFS.  With latest changes in bsd.pkg.mk, manual
page handling is automatic when MANINSTALL is not defined; this closes
PR pkg/22562 by reed%reedmedia.net@localhost.

diffstat:

 pkgtools/pkgdiff/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r c08eaa186015 -r 524af51bc6f3 pkgtools/pkgdiff/Makefile
--- a/pkgtools/pkgdiff/Makefile Mon Sep 15 16:14:16 2003 +0000
+++ b/pkgtools/pkgdiff/Makefile Mon Sep 15 16:16:40 2003 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.40 2003/08/23 19:40:18 seb Exp $
+# $NetBSD: Makefile,v 1.41 2003/09/15 16:16:40 jmmv Exp $
 #
 
 DISTNAME=      pkgdiff-0.113
@@ -23,6 +23,8 @@
 
 .include "../../mk/bsd.prefs.mk"
 
+BUILD_DEFS+=   MANINSTALL
+
 .if ${OPSYS} == "SunOS"
 DEPENDS+=      diffutils-[0-9]*:../../devel/diffutils
 DIFF?=         gdiff



Home | Main Index | Thread Index | Old Index