diff options
author | joerg <joerg@pkgsrc.org> | 2007-01-03 08:15:53 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2007-01-03 08:15:53 +0000 |
commit | 066b8cc04cfe3948523e71fc47319f9e3365ec65 (patch) | |
tree | faa6e8e88f9cda3f8e22fcc808937b19fae7eddb /x11 | |
parent | a08776b7bd57256d7da831e3013bbe599b2dfb89 (diff) | |
download | pkgsrc-066b8cc04cfe3948523e71fc47319f9e3365ec65.tar.gz |
Add missing backslash.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/xorg-cf-files/Makefile | 4 |
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" \ |