diff options
author | bapt <bapt@FreeBSD.org> | 2013-09-21 03:49:59 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-09-21 03:49:59 +0800 |
commit | bda0731e15b488d4471a84dbcaf761830ec6f6d5 (patch) | |
tree | 767f2803f6c6af410144e76a9efd9b7564dac8ad /korean/aleefonts-ttf | |
parent | d504b9331c770aa06bf37defab28eb4df185c89c (diff) | |
download | freebsd-ports-gnome-bda0731e15b488d4471a84dbcaf761830ec6f6d5.tar.gz freebsd-ports-gnome-bda0731e15b488d4471a84dbcaf761830ec6f6d5.tar.zst freebsd-ports-gnome-bda0731e15b488d4471a84dbcaf761830ec6f6d5.zip |
Add NO_STAGE all over the place in preparation for the staging support (cat: korean)
Diffstat (limited to 'korean/aleefonts-ttf')
-rw-r--r-- | korean/aleefonts-ttf/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/korean/aleefonts-ttf/Makefile b/korean/aleefonts-ttf/Makefile index 73dd14f44769..2375e5ab3257 100644 --- a/korean/aleefonts-ttf/Makefile +++ b/korean/aleefonts-ttf/Makefile @@ -1,7 +1,4 @@ -# New ports collection makefile for: aleefonts-ttf -# Date created: 23 July 2004 -# Whom: Hye-Shik Chang -# +# Created by: Hye-Shik Chang # $FreeBSD$ PORTNAME= aleefonts @@ -32,6 +29,7 @@ PLIST_FILES+= ${FONTSDIR}/${f}.ttf PLIST_FILES+= ${FONTSDIR}/fonts.dir \ ${FONTSDIR}/fonts.scale +NO_STAGE= yes do-build: ${LOCALBASE}/bin/mkfontscale ${WRKSRC} ${LOCALBASE}/bin/mkfontdir ${WRKSRC} |