Thu Jun 4 21:56:48 2015 UTC ()
Replace ambiguous MESSAGE by simple sed substitution. ok @agc


(youri)
diff -r1.1 -r0 pkgsrc/misc/cw/MESSAGE
diff -r1.1 -r1.2 pkgsrc/misc/cw/Makefile

File Deleted: pkgsrc/misc/cw/Attic/MESSAGE

cvs diff -r1.1 -r1.2 pkgsrc/misc/cw/Makefile (expand / switch to unified diff)

--- pkgsrc/misc/cw/Makefile 2015/06/04 20:27:53 1.1
+++ pkgsrc/misc/cw/Makefile 2015/06/04 21:56:48 1.2
@@ -1,17 +1,21 @@ @@ -1,17 +1,21 @@
1# $NetBSD: Makefile,v 1.1 2015/06/04 20:27:53 youri Exp $ 1# $NetBSD: Makefile,v 1.2 2015/06/04 21:56:48 youri Exp $
2 2
3DISTNAME= cw-1.0.16 3DISTNAME= cw-1.0.16
4CATEGORIES= misc 4CATEGORIES= misc
5MASTER_SITES= http://cwrapper.sourceforge.net/ 5MASTER_SITES= http://cwrapper.sourceforge.net/
6 6
7MAINTAINER= youri@NetBSD.org 7MAINTAINER= youri@NetBSD.org
8HOMEPAGE= http://cwrapper.sourceforge.net/ 8HOMEPAGE= http://cwrapper.sourceforge.net/
9COMMENT= Non-intrusive color wrapper for common commands 9COMMENT= Non-intrusive color wrapper for common commands
10LICENSE= gnu-gpl-v2 10LICENSE= gnu-gpl-v2
11 11
12GNU_CONFIGURE= yes 12GNU_CONFIGURE= yes
13USE_TOOLS+= gmake 13USE_TOOLS+= gmake
14 14
15CHECK_INTERPRETER_SKIP= lib/cw/* 15SUBST_CLASSES+= path
 16SUBST_STAGE.path= pre-build
 17SUBST_MESSAGE.path= Updating intepreter path
 18SUBST_FILES.path= def/*
 19SUBST_SED.path= -e 's,/cw,${PREFIX}/bin/cw,1'
16 20
17.include "../../mk/bsd.pkg.mk" 21.include "../../mk/bsd.pkg.mk"