From 15f59905325946635ab4f7d80550d48cd8be4941 Mon Sep 17 00:00:00 2001 From: Jimmy Olgeni Date: Sun, 19 Aug 2001 13:34:26 +0000 Subject: Add a simple post-extract target: it overwrites ${WRKSRC}/mkpamserv with a no-op script. This prevents the port from appending content to /etc/pam.conf, which is known to break kscreensaver's password verification, without asking first. Binary packages already left /etc/pam.conf alone. --- x11/kde4-runtime/Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'x11/kde4-runtime') diff --git a/x11/kde4-runtime/Makefile b/x11/kde4-runtime/Makefile index 4593baf13c66..c9f4c877c00d 100644 --- a/x11/kde4-runtime/Makefile +++ b/x11/kde4-runtime/Makefile @@ -30,6 +30,10 @@ CONFIGURE_ARGS+=--with-xdmdir=${X11BASE}/lib/X11/xdm \ --disable-closure USE_GMAKE= yes +post-extract: + @${ECHO} "#!/bin/sh" > ${WRKSRC}/mkpamserv + @${ECHO} "exit 0" >> ${WRKSRC}/mkpamserv + pre-configure: ${PERL} -pi -e "s@version-info 3:0@version-info ${SOMAJOR}:${SOMINOR}@g" ${WRKSRC}/libkonq/Makefile.in ${PERL} -pi -e "s@version-info 1:0:0@version-info ${SOMAJOR}:${SOMINOR}@g" ${WRKSRC}/khelpcenter/Makefile.in -- cgit v1.2.3