summaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authorDoug Barton <dougb@FreeBSD.org>2007-12-16 08:22:11 +0000
committerDoug Barton <dougb@FreeBSD.org>2007-12-16 08:22:11 +0000
commitc18fe8369297a2ffaeae5d8f00053b285718de0b (patch)
treed39b9b4a9e3690891e14d4e1c9b9fe81e763184d /x11
parentActually remove dependency on cdrtools. (diff)
Comment out the fix for the no-pam case, to match the others.
Notes
Notes: svn path=/head/; revision=203837
Diffstat (limited to 'x11')
-rw-r--r--x11/xscreensaver/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/xscreensaver/Makefile b/x11/xscreensaver/Makefile
index 840a028ec33a..350f6b622033 100644
--- a/x11/xscreensaver/Makefile
+++ b/x11/xscreensaver/Makefile
@@ -129,8 +129,8 @@ post-patch:
.endfor
@ ${CP} ${FILESDIR}/xscreensaver.pam ${WRKSRC}/driver/xscreensaver.pam
.else
- ${CP} ${WRKSRC}/driver/Makefile.in ${WRKSRC}/driver/Makefile.in.post
- ${SED} -e "s#install-xml install-pam#install-xml#" \
+ @ ${CP} ${WRKSRC}/driver/Makefile.in ${WRKSRC}/driver/Makefile.in.post
+ @ ${SED} -e "s#install-xml install-pam#install-xml#" \
${WRKSRC}/driver/Makefile.in.post > ${WRKSRC}/driver/Makefile.in
.endif