diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2007-05-03 10:18:55 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2007-05-03 10:18:55 +0800 |
commit | 46ec942be9392abfd9321bec1e5fa77419a7eb77 (patch) | |
tree | 40f8d3f895a72b07c2d5a1512224ff24f419f30f /x11 | |
parent | bce10a71af3ad2b46e186fe1e3874cd699b09737 (diff) | |
download | marcuscom-ports-46ec942be9392abfd9321bec1e5fa77419a7eb77.tar marcuscom-ports-46ec942be9392abfd9321bec1e5fa77419a7eb77.tar.gz marcuscom-ports-46ec942be9392abfd9321bec1e5fa77419a7eb77.tar.bz2 marcuscom-ports-46ec942be9392abfd9321bec1e5fa77419a7eb77.tar.lz marcuscom-ports-46ec942be9392abfd9321bec1e5fa77419a7eb77.tar.xz marcuscom-ports-46ec942be9392abfd9321bec1e5fa77419a7eb77.tar.zst marcuscom-ports-46ec942be9392abfd9321bec1e5fa77419a7eb77.zip |
Merge pre-install permissions fix from ports.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@8781 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11')
-rw-r--r-- | x11/gnome-screensaver/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/gnome-screensaver/Makefile b/x11/gnome-screensaver/Makefile index 738f057f9..a212246d2 100644 --- a/x11/gnome-screensaver/Makefile +++ b/x11/gnome-screensaver/Makefile @@ -3,7 +3,7 @@ # Whom: Joe Marcus Clarke <marcus@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/x11/gnome-screensaver/Makefile,v 1.71 2007/03/12 21:25:30 marcus Exp $ +# $MCom: ports/x11/gnome-screensaver/Makefile,v 1.73 2007/04/28 17:45:20 marcus Exp $ # PORTNAME= gnome-screensaver @@ -49,7 +49,7 @@ CONFIGURE_ARGS+= --disable-pam .endif pre-install: - @${CP} ${.CURDIR}/pkg-plist ${PLIST} + @${CAT} ${.CURDIR}/pkg-plist > ${PLIST} @cd ${XSCREENSAVER_DIR} && ${FIND} -s * -maxdepth 1 -type f -name "*.xml" | \ ${GREP} -Ev ${XSCREENSAVER_EXCLUDE} | \ ${SED} -e 's:^:${SCREENSAVER_DIR}/:' | \ |