summaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2007-05-03 02:17:17 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2007-05-03 02:17:17 +0000
commit03396d7dfbe9fb291e807ac2d0c1ccccec176b04 (patch)
treeb6b12ef63b15210ef35f907f9bde2ee3047d3a16 /x11
parentpre-install needs to be spelt pre-su-install. (diff)
Use ${CAT} instead of ${CP} to copy the plist to ${WRKDIR}. This gets
around a problem where cp preserves the original 0444 perms. Submitted by: brian
Notes
Notes: svn path=/head/; revision=191438
Diffstat (limited to 'x11')
-rw-r--r--x11/gnome-screensaver/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/x11/gnome-screensaver/Makefile b/x11/gnome-screensaver/Makefile
index 37604b715bfb..cadd0e989c8c 100644
--- a/x11/gnome-screensaver/Makefile
+++ b/x11/gnome-screensaver/Makefile
@@ -48,7 +48,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}/:' | \