pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/liboil Oops, it's SUBST_MESSAGE, not SUBST_MESSA...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/26867d823d17
branches:  trunk
changeset: 518247:26867d823d17
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Sun Sep 03 22:55:33 2006 +0000

description:
Oops, it's SUBST_MESSAGE, not SUBST_MESSAGES.

diffstat:

 devel/liboil/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 8b103b11f1fb -r 26867d823d17 devel/liboil/Makefile
--- a/devel/liboil/Makefile     Sun Sep 03 20:36:30 2006 +0000
+++ b/devel/liboil/Makefile     Sun Sep 03 22:55:33 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2006/08/29 10:18:14 drochner Exp $
+# $NetBSD: Makefile,v 1.7 2006/09/03 22:55:33 rillig Exp $
 #
 
 DISTNAME=      liboil-0.3.6
@@ -25,7 +25,7 @@
 .if !empty(MACHINE_PLATFORM:MSunOS-5.8-*)
 SUBST_CLASSES+=                solaris
 SUBST_STAGE.solaris=   pre-configure
-SUBST_MESSAGES.solaris=        Replacing <stdint.h> with <inttypes.h>
+SUBST_MESSAGE.solaris= Replacing <stdint.h> with <inttypes.h>
 SUBST_FILES.solaris=   liboil/*.h
 SUBST_SED.solaris=     -e 's,<stdint\.h>,<inttypes.h>,'
 .endif



Home | Main Index | Thread Index | Old Index