pkgsrc-WIP-changes archive

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

libcap: Simplify MAKE_FLAGS



Module Name:	pkgsrc-wip
Committed By:	Kamil Rytarowski <n54%gmx.com@localhost>
Pushed By:	kamil
Date:		Fri Jul 8 16:04:43 2016 +0200
Changeset:	bfa386a2cfeb44bf4c37f227cd650d1b4a3007fb

Modified Files:
	libcap/Makefile

Log Message:
libcap: Simplify MAKE_FLAGS

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

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

diffstat:
 libcap/Makefile | 2 --
 1 file changed, 2 deletions(-)

diffs:
diff --git a/libcap/Makefile b/libcap/Makefile
index eadfc4b..c47c4e9 100644
--- a/libcap/Makefile
+++ b/libcap/Makefile
@@ -15,8 +15,6 @@ ONLY_FOR_PLATFORM=	Linux-*-*
 
 PKGCONFIG_OVERRIDE+=	libcap/libcap.pc.in
 
-MAKE_FLAGS+=	prefix=${PREFIX}
-MAKE_FLAGS+=	lib=${PREFIX}/lib
 MAKE_FLAGS+=	LIBDIR=${PREFIX}/lib
 MAKE_FLAGS+=	SBINDIR=${PREFIX}/sbin
 MAKE_FLAGS+=	INCDIR=${PREFIX}/include


Home | Main Index | Thread Index | Old Index