diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 23:51:14 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 23:51:14 +0000 |
commit | 8370206e3b269db1256cd3ad8c518e2574eaaa63 (patch) | |
tree | 114837d5e8aa98521f12237093ea2d2f0806ca9b /x11-fonts/linux-f10-fontconfig/Makefile | |
parent | f0d1c93f67019d7e8c46eaf26502e7daf5693df0 (diff) | |
download | ports-8370206e3b269db1256cd3ad8c518e2574eaaa63.tar.gz ports-8370206e3b269db1256cd3ad8c518e2574eaaa63.zip |
Notes
Diffstat (limited to 'x11-fonts/linux-f10-fontconfig/Makefile')
-rw-r--r-- | x11-fonts/linux-f10-fontconfig/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/x11-fonts/linux-f10-fontconfig/Makefile b/x11-fonts/linux-f10-fontconfig/Makefile index 422d291816f9..fa0aa2879d0a 100644 --- a/x11-fonts/linux-f10-fontconfig/Makefile +++ b/x11-fonts/linux-f10-fontconfig/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: x11-fonts/linux-f10-fontconfig -# Date created: 2009-05-01 -# Whom: bsam -# +# Created by: bsam # $FreeBSD$ -# PORTNAME= fontconfig PORTVERSION= 2.6.0 @@ -27,6 +23,7 @@ USE_LDCONFIG= yes # We will use some other configuration file, so delete a linux one # Don't let the linux fc-cache mess up the native cache file +NO_STAGE= yes post-extract: @${RM} -r ${WRKSRC}/etc ${WRKSRC}/usr/share/fonts ${WRKSRC}/var \ ${WRKSRC}/usr/bin/fc-cache \ |