summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorgrant <grant@pkgsrc.org>2007-03-02 11:45:47 +0000
committergrant <grant@pkgsrc.org>2007-03-02 11:45:47 +0000
commit09ef0c0461f6a87838b91a5008e066da2fc568d9 (patch)
tree4ed6553ec250509a3cc1f1586e5b9cc3323c6c12 /devel
parent13f8f904935224a24765033c750850212cb05722 (diff)
downloadpkgsrc-09ef0c0461f6a87838b91a5008e066da2fc568d9.tar.gz
fix silly mistake in last :/
Diffstat (limited to 'devel')
-rw-r--r--devel/vanessa_logger/Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/devel/vanessa_logger/Makefile b/devel/vanessa_logger/Makefile
index dd4ec26741c..dbf331411e9 100644
--- a/devel/vanessa_logger/Makefile
+++ b/devel/vanessa_logger/Makefile
@@ -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 @@ GNU_CONFIGURE= yes
# __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"