pkgsrc-WIP-changes archive

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

i3lock: Simplify, no need to specify SYSCONFDIR



Module Name:	pkgsrc-wip
Committed By:	Kamil Rytarowski <n54%gmx.com@localhost>
Pushed By:	kamil
Date:		Sun Jun 12 00:45:03 2016 +0200
Changeset:	abab32da23a800356b7febfd7398da7cd908d89e

Modified Files:
	i3lock/Makefile

Log Message:
i3lock: Simplify, no need to specify SYSCONFDIR

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

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

diffstat:
 i3lock/Makefile | 1 -
 1 file changed, 1 deletion(-)

diffs:
diff --git a/i3lock/Makefile b/i3lock/Makefile
index bc2a02d..b6bdeca 100644
--- a/i3lock/Makefile
+++ b/i3lock/Makefile
@@ -15,7 +15,6 @@ USE_TOOLS+=	gmake pkg-config
 USE_LANGUAGES=	c99
 
 MAKE_FLAGS+=	PREFIX=${PREFIX}
-MAKE_FLAGS+=	SYSCONFDIR=${PKG_SYSCONFDIR}
 MAKE_FLAGS+=	EGDIR=${EGDIR}
 MAKE_FLAGS+=	MANDIR=${PKGMANDIR}
 


Home | Main Index | Thread Index | Old Index