Fix for x11/gnome-screensaver

Brian Somers brians at ca.sophos.com
Tue May 1 19:48:27 UTC 2007


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}


More information about the freebsd-gnome mailing list