summaryrefslogtreecommitdiff
path: root/pkgtools/pkgdiff/Makefile
diff options
context:
space:
mode:
authordmcmahill <dmcmahill>2006-10-02 16:21:33 +0000
committerdmcmahill <dmcmahill>2006-10-02 16:21:33 +0000
commit054dca7d1abeaa5fa5c023b523f3887d04a6bfb9 (patch)
tree4572ee36e6b4bd1c2efca8fbc58b8154d66d4fac /pkgtools/pkgdiff/Makefile
parentfc2c4b0d4669709c50973de414513ba4968dad2c (diff)
downloadpkgsrc-054dca7d1abeaa5fa5c023b523f3887d04a6bfb9.tar.gz
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/pkgdiff/Makefile')
-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..df7c249d09e 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.62 2006/10/02 16:21:33 dmcmahill 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