pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/pkgtools/pkgdiff depend on diffutils on Tru64
details: https://anonhg.NetBSD.org/pkgsrc/rev/a90fd75d34c3
branches: trunk
changeset: 399477:a90fd75d34c3
user: tnn <tnn%pkgsrc.org@localhost>
date: Sun Sep 20 11:57:16 2009 +0000
description:
depend on diffutils on Tru64
diffstat:
pkgtools/pkgdiff/Makefile | 10 ++++++----
1 files changed, 6 insertions(+), 4 deletions(-)
diffs (28 lines):
diff -r f9e8697d3c97 -r a90fd75d34c3 pkgtools/pkgdiff/Makefile
--- a/pkgtools/pkgdiff/Makefile Sun Sep 20 11:31:14 2009 +0000
+++ b/pkgtools/pkgdiff/Makefile Sun Sep 20 11:57:16 2009 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.67 2009/04/09 00:48:13 joerg Exp $
+# $NetBSD: Makefile,v 1.68 2009/09/20 11:57:16 tnn Exp $
#
DISTNAME= pkgdiff-0.121
@@ -25,13 +25,15 @@
BUILD_DEFS+= MANINSTALL
-.if ${OPSYS} == "SunOS"
+.if ${OPSYS} == "SunOS" || ${OPSYS} == "OSF1"
DEPENDS+= diffutils-[0-9]*:../../devel/diffutils
-DIFF?= ${LOCALBASE}/bin/${GNU_PROGRAM_PREFIX}diff
-MANINSTALL= catinstall
+DIFF?= ${PREFIX}/bin/${GNU_PROGRAM_PREFIX}diff
.else
DIFF?= diff
.endif
+.if ${OPSYS} == "SunOS"
+MANINSTALL= catinstall
+.endif
INSTALLATION_DIRS= bin
.if !empty(MANINSTALL:Mcatinstall)
Home |
Main Index |
Thread Index |
Old Index