pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/pkgtools/pkgdiff On solaris use MANINSTALL=none instea...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/9ebb846398c4
branches:  trunk
changeset: 519379:9ebb846398c4
user:      dmcmahill <dmcmahill%pkgsrc.org@localhost>
date:      Mon Oct 02 16:21:33 2006 +0000

description:
On solaris use MANINSTALL=none instead of MANINSTALL=
This avoids problem where the plist-man.awk script sees the empty
value for MANINSTALL and sets it to the default of 'maninstall catinstall'.

Fixes install/packaging problems on solaris.

diffstat:

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

diffs (18 lines):

diff -r 9e022a90b76d -r 9ebb846398c4 pkgtools/pkgdiff/Makefile
--- a/pkgtools/pkgdiff/Makefile Mon Oct 02 16:20:04 2006 +0000
+++ b/pkgtools/pkgdiff/Makefile Mon Oct 02 16:21:33 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.61 2006/08/01 17:59:17 bad Exp $
+# $NetBSD: Makefile,v 1.62 2006/10/02 16:21:33 dmcmahill Exp $
 #
 
 DISTNAME=      pkgdiff-0.119
@@ -29,7 +29,7 @@
 .if ${OPSYS} == "SunOS"
 DEPENDS+=      diffutils-[0-9]*:../../devel/diffutils
 DIFF?=         ${LOCALBASE}/bin/${GNU_PROGRAM_PREFIX}diff
-MANINSTALL=
+MANINSTALL=    none
 .else
 DIFF?=         diff
 .endif



Home | Main Index | Thread Index | Old Index