pkgsrc-WIP-changes archive

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

xlockmore: Remove empty line from Makefile



Module Name:	pkgsrc-wip
Committed By:	Michael Baeuerle <micha%NetBSD.org@localhost>
Pushed By:	micha
Date:		Mon Dec 13 10:26:48 2021 +0100
Changeset:	0e03dc0bec788fed53b779d0f64e0e005f80eede

Modified Files:
	xlockmore/Makefile.common

Log Message:
xlockmore: Remove empty line from Makefile

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

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

diffstat:
 xlockmore/Makefile.common | 1 -
 1 file changed, 1 deletion(-)

diffs:
diff --git a/xlockmore/Makefile.common b/xlockmore/Makefile.common
index 04b131046d..3fd0118360 100644
--- a/xlockmore/Makefile.common
+++ b/xlockmore/Makefile.common
@@ -36,7 +36,6 @@ USE_LANGUAGES=		c c++
 USE_TOOLS+=		xmkmf
 
 XLOCK_MODULEDIR=	${PREFIX}/lib/X11/xlock/modules
-
 DEFINES+=		-DDEF_MODULEPATH="\"${XLOCK_MODULEDIR}\""
 CPPFLAGS+=		${DEFINES}
 CXXFLAGS+=		${DEFINES}


Home | Main Index | Thread Index | Old Index