pkgsrc-Changes-HG archive

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

[pkgsrc/pkgsrc-2006Q3]: pkgsrc/pkgtools/pkgdiff Pullup ticket 1835 - requeste...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c668cd990769
branches:  pkgsrc-2006Q3
changeset: 519092:c668cd990769
user:      ghen <ghen%pkgsrc.org@localhost>
date:      Tue Oct 03 14:03:30 2006 +0000

description:
Pullup ticket 1835 - requested by dmcmahill
build fix for pkgdiff on solaris

Revisions pulled up:
- pkgsrc/pkgtools/pkgdiff/Makefile                      1.62

   Module Name: pkgsrc
   Committed By:        dmcmahill
   Date:                Mon Oct  2 16:21:33 UTC 2006

   Modified Files:
        pkgsrc/pkgtools/pkgdiff: Makefile

   Log Message:
   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 03c1ea8e208f -r c668cd990769 pkgtools/pkgdiff/Makefile
--- a/pkgtools/pkgdiff/Makefile Sun Oct 01 08:03:43 2006 +0000
+++ b/pkgtools/pkgdiff/Makefile Tue Oct 03 14:03:30 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.61 2006/08/01 17:59:17 bad Exp $
+# $NetBSD: Makefile,v 1.61.2.1 2006/10/03 14:03:30 ghen 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