Date: Tue, 1 May 2007 12:36:16 -0700 From: Brian Somers <brians@ca.sophos.com> To: gnome@FreeBSD.org Subject: Fix for x11/gnome-screensaver Message-ID: <20070501123616.6b43b4de@conflict.ca.sophos.com>
next in thread | raw e-mail | index | archive | help
Hi, Could someone apply the attached patch for x11/gnome-screensaver or approve it for me to commit? TIA. -- Brian Somers Tel: +1 604 484 6434 Mob: +1 604 315 1343 Sophos - security and control Web: www.sophos.com Index: Makefile =================================================================== RCS file: /usr/home/ncvs/ports/x11/gnome-screensaver/Makefile,v retrieving revision 1.23 diff -u -r1.23 Makefile --- Makefile 11 Apr 2007 13:32:59 -0000 1.23 +++ Makefile 1 May 2007 19:34:17 -0000 @@ -47,7 +47,7 @@ CONFIGURE_ARGS+= --disable-pam .endif -pre-install: +pre-su-install: @${CP} ${.CURDIR}/pkg-plist ${PLIST} @cd ${XSCREENSAVER_DIR} && ${FIND} -s * -maxdepth 1 -type f -name "*.xml" | \ ${GREP} -Ev ${XSCREENSAVER_EXCLUDE} | \ @@ -55,7 +55,7 @@ ${SED} -e 's:[.]xml$$:.desktop:' >> ${PLIST} @${ECHO_CMD} @dirrm ${SCREENSAVER_DIR} >> ${PLIST} -post-install: +post-su-install: ${CHOWN} root ${PREFIX}/libexec/gnome-screensaver-dialog ${CHMOD} +s ${PREFIX}/libexec/gnome-screensaver-dialog ${MKDIR} ${PREFIX}/${SCREENSAVER_DIR}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20070501123616.6b43b4de>