summaryrefslogtreecommitdiff
path: root/x11/xorg-cf-files
diff options
context:
space:
mode:
authorjoerg <joerg>2007-01-03 08:15:53 +0000
committerjoerg <joerg>2007-01-03 08:15:53 +0000
commitd46c758ba9b87c5da97a735278e6418fb51940b3 (patch)
treefaa6e8e88f9cda3f8e22fcc808937b19fae7eddb /x11/xorg-cf-files
parentf393864ab4be6da1f2f9de845afd98ded9677243 (diff)
downloadpkgsrc-d46c758ba9b87c5da97a735278e6418fb51940b3.tar.gz
Add missing backslash.
Diffstat (limited to 'x11/xorg-cf-files')
-rw-r--r--x11/xorg-cf-files/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/xorg-cf-files/Makefile b/x11/xorg-cf-files/Makefile
index eeb40e62366..50e356e617b 100644
--- a/x11/xorg-cf-files/Makefile
+++ b/x11/xorg-cf-files/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2006/12/19 22:54:51 joerg Exp $
+# $NetBSD: Makefile,v 1.2 2007/01/03 08:15:53 joerg Exp $
#
DISTNAME= xorg-cf-files-1.0.2
@@ -21,7 +21,7 @@ post-extract:
pre-configure:
.for sys in NetBSD FreeBSD DragonFly linux darwin
- mv ${WRKSRC}/${sys}.cf ${WRKSRC}/${sys}.cf.before &&
+ mv ${WRKSRC}/${sys}.cf ${WRKSRC}/${sys}.cf.before && \
${SED} -e "s|@@PKGSRC_CC@@|${CC}|g" \
-e "s|@@PKGSRC_CPP@@|${CPP}|g" \
-e "s|@@PKGSRC_CXX@@|${CXX}|g" \