summaryrefslogtreecommitdiff
path: root/devel/liboil
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2006-09-03 22:55:33 +0000
committerrillig <rillig@pkgsrc.org>2006-09-03 22:55:33 +0000
commitc47cc98f9c858c70d6d3dd9e52c1dfdfc69ad54a (patch)
treec6bfe064be241ef3dfa9e9bb234b44c8302cd222 /devel/liboil
parentaee94c0c9135d527891e9d5ab56474d19fb1cc64 (diff)
downloadpkgsrc-c47cc98f9c858c70d6d3dd9e52c1dfdfc69ad54a.tar.gz
Oops, it's SUBST_MESSAGE, not SUBST_MESSAGES.
Diffstat (limited to 'devel/liboil')
-rw-r--r--devel/liboil/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/liboil/Makefile b/devel/liboil/Makefile
index cbe8ba35831..51d8cb96e63 100644
--- a/devel/liboil/Makefile
+++ b/devel/liboil/Makefile
@@ -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 @@ TEST_TARGET= check
.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