diff options
Diffstat (limited to 'x11/xorg-cf-files/Makefile')
-rw-r--r-- | x11/xorg-cf-files/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/x11/xorg-cf-files/Makefile b/x11/xorg-cf-files/Makefile index ea0d9535d93..0b796561174 100644 --- a/x11/xorg-cf-files/Makefile +++ b/x11/xorg-cf-files/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.17 2012/01/15 14:01:59 shattered Exp $ +# $NetBSD: Makefile,v 1.18 2012/02/15 15:25:15 hans Exp $ # DISTNAME= xorg-cf-files-1.0.4 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= x11 devel MASTER_SITES= ${MASTER_SITE_XORG:=util/} EXTRACT_SUFX= .tar.bz2 @@ -25,7 +25,7 @@ post-extract: ${CP} ${FILESDIR}/xorgsite.def ${WRKSRC} pre-configure: -.for sys in NetBSD FreeBSD DragonFly linux darwin +.for sys in NetBSD FreeBSD DragonFly linux darwin sun mv ${WRKSRC}/${sys}.cf ${WRKSRC}/${sys}.cf.before && \ ${SED} -e "s|@@PKGSRC_CC@@|${CC}|g" \ -e "s|@@PKGSRC_CPP@@|${CPP}|g" \ |