summaryrefslogtreecommitdiff
path: root/pkgtools
diff options
context:
space:
mode:
authorghen <ghen@pkgsrc.org>2006-10-03 14:03:30 +0000
committerghen <ghen@pkgsrc.org>2006-10-03 14:03:30 +0000
commitd0a6469154e0d2b2a4b1b067a5f735b080ea9a22 (patch)
tree323b9247221822ea7a88df9cdad7d1aa8a6bed3a /pkgtools
parent11758271732015db464285fcf4e6c9244b3e9719 (diff)
downloadpkgsrc-d0a6469154e0d2b2a4b1b067a5f735b080ea9a22.tar.gz
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 (limited to 'pkgtools')
-rw-r--r--pkgtools/pkgdiff/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgtools/pkgdiff/Makefile b/pkgtools/pkgdiff/Makefile
index 06ff1f147ca..14a6e775131 100644
--- a/pkgtools/pkgdiff/Makefile
+++ b/pkgtools/pkgdiff/Makefile
@@ -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 @@ BUILD_DEFS+= MANINSTALL
.if ${OPSYS} == "SunOS"
DEPENDS+= diffutils-[0-9]*:../../devel/diffutils
DIFF?= ${LOCALBASE}/bin/${GNU_PROGRAM_PREFIX}diff
-MANINSTALL=
+MANINSTALL= none
.else
DIFF?= diff
.endif