pkgsrc-WIP-changes archive

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

(klayout) silence one warning -> Makefile:30--40: Trailing white-space.



Module Name:	pkgsrc-wip
Committed By:	Makoto Fujiwara <makoto%ki.nu@localhost>
Pushed By:	mef
Date:		Sat Mar 12 22:23:52 2016 +0900
Changeset:	f09bfe543dd5793dfee83bb36b3d78f2a70b31fb

Modified Files:
	klayout/Makefile

Log Message:
(klayout) silence one warning -> Makefile:30--40: Trailing white-space.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=f09bfe543dd5793dfee83bb36b3d78f2a70b31fb

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 klayout/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diffs:
diff --git a/klayout/Makefile b/klayout/Makefile
index 30d85cb..3374617 100644
--- a/klayout/Makefile
+++ b/klayout/Makefile
@@ -36,7 +36,7 @@ OTHER_BIN= \
 	strm2txt \
 	strmclip \
 	strmcmp \
-	strmxor \
+	strmxor
 
 do-build:
 	(cd ${WRKSRC}; sh build.sh -python python${PYVERSSUFFIX} -qt ${PREFIX}/qt4)


Home | Main Index | Thread Index | Old Index