pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/textproc/icu fix PLIST substitution for Darwin



details:   https://anonhg.NetBSD.org/pkgsrc/rev/efdca7631701
branches:  trunk
changeset: 482678:efdca7631701
user:      recht <recht%pkgsrc.org@localhost>
date:      Mon Nov 01 10:51:30 2004 +0000

description:
fix PLIST substitution for Darwin

diffstat:

 textproc/icu/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r 8adb8cad6e84 -r efdca7631701 textproc/icu/Makefile
--- a/textproc/icu/Makefile     Mon Nov 01 10:50:55 2004 +0000
+++ b/textproc/icu/Makefile     Mon Nov 01 10:51:30 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.34 2004/08/04 08:47:22 recht Exp $
+# $NetBSD: Makefile,v 1.35 2004/11/01 10:51:30 recht Exp $
 #
 
 DISTNAME=      icu-3.0
@@ -50,6 +50,8 @@
 .  endif
 .elif ${OPSYS} == "IRIX"
 PLIST_SUBST+=          MH_NAME=mh-irix
+.elif ${OPSYS} == "Darwin"
+PLIST_SUBST+=          MH_NAME=mh-darwin
 .else
 # For unknown systems, set the filename to mh-unknown so that the user
 # gets a warning about missing files.



Home | Main Index | Thread Index | Old Index