pkgsrc-WIP-changes archive

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

xjadeo: Simplify pre-configure



Module Name:	pkgsrc-wip
Committed By:	Kamil Rytarowski <n54%gmx.com@localhost>
Pushed By:	kamil
Date:		Sun Jun 19 11:12:13 2016 +0200
Changeset:	d185cf08a4d736da2ff51fe5a6c78d193937cf4f

Modified Files:
	xjadeo/Makefile

Log Message:
xjadeo: Simplify pre-configure

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

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

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

diffs:
diff --git a/xjadeo/Makefile b/xjadeo/Makefile
index efaf65a..44328f9 100644
--- a/xjadeo/Makefile
+++ b/xjadeo/Makefile
@@ -17,7 +17,7 @@ USE_TOOLS+=	automake aclocal autoheader autoconf pkg-config
 GNU_CONFIGURE=	yes
 
 pre-configure:
-	${RUN} cd ${WRKSRC} && ${PKGSRC_SETENV} ${CONFIGURE_ENV} ${CONFIG_SHELL} ./autogen.sh
+	${RUN} cd ${WRKSRC} && ./autogen.sh
 
 .include "../../multimedia/ffmpeg3/buildlink3.mk"
 .include "../../audio/jack/buildlink3.mk"


Home | Main Index | Thread Index | Old Index