pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/vanessa_logger fix silly mistake in last :/
details: https://anonhg.NetBSD.org/pkgsrc/rev/6e534cd90881
branches: trunk
changeset: 526172:6e534cd90881
user: grant <grant%pkgsrc.org@localhost>
date: Fri Mar 02 11:45:47 2007 +0000
description:
fix silly mistake in last :/
diffstat:
devel/vanessa_logger/Makefile | 10 +++++-----
1 files changed, 5 insertions(+), 5 deletions(-)
diffs (24 lines):
diff -r 0bb8db686971 -r 6e534cd90881 devel/vanessa_logger/Makefile
--- a/devel/vanessa_logger/Makefile Fri Mar 02 11:37:33 2007 +0000
+++ b/devel/vanessa_logger/Makefile Fri Mar 02 11:45:47 2007 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2007/03/02 11:29:00 grant Exp $
+# $NetBSD: Makefile,v 1.6 2007/03/02 11:45:47 grant Exp $
#
DISTNAME= vanessa_logger-0.0.7
@@ -17,10 +17,10 @@
# __func__. So __FILE__ is the nearest replacement.
.include "../../mk/compiler.mk"
.if !empty(PKGSRC_COMPILER:Msunpro)
-SUBST_CLASSES+= __function__
-SUBST_STAGE.example= post-patch
-SUBST_FILES.example= libvanessa_logger/vanessa_logger.h
-SUBST_SED.example= -e "s|__FUNCTION__|__FILE__|g"
+SUBST_CLASSES+= __function__
+SUBST_STAGE.__function__= post-patch
+SUBST_FILES.__function__= libvanessa_logger/vanessa_logger.h
+SUBST_SED.__function__= -e "s|__FUNCTION__|__FILE__|g"
.endif
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index