diff options
author | bapt <bapt@FreeBSD.org> | 2013-09-20 16:01:22 +0000 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-09-20 16:01:22 +0000 |
commit | 67c7af85165af4e0864635d540a0a2369aa2534f (patch) | |
tree | 6b5469be28afd93589ebcab2e31c971326230494 /chinese/cwtexttf | |
parent | 7a44010089851bbbe613e1c4a1b3a20d168d71dc (diff) | |
download | FreeBSD-ports-67c7af85165af4e0864635d540a0a2369aa2534f.zip FreeBSD-ports-67c7af85165af4e0864635d540a0a2369aa2534f.tar.gz |
Add NO_STAGE all over the place in preparation for the staging support (cat: chinese)
Diffstat (limited to 'chinese/cwtexttf')
-rw-r--r-- | chinese/cwtexttf/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/chinese/cwtexttf/Makefile b/chinese/cwtexttf/Makefile index 1d5e316..dad1f32 100644 --- a/chinese/cwtexttf/Makefile +++ b/chinese/cwtexttf/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: cwTeX Chinese TrueType fonts -# Date created: 18 Dec 2002 -# Whom: Shen Chuan-Hsing <satue@freebsd.sinica.edu.tw> -# +# Created by: Shen Chuan-Hsing <satue@freebsd.sinica.edu.tw> # $FreeBSD$ -# PORTNAME= cwtexttf PORTVERSION= 1.2 @@ -22,6 +18,7 @@ WRKSRC= ${WRKDIR}/texmf/fonts/truetype/cwTeX TTF= bbttf.ttf fttf.ttf kttf.ttf mttf.ttf rttf.ttf +NO_STAGE= yes do-install: @${MKDIR} ${FONTSDIR} .for i in ${TTF} |