diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-21 07:51:14 +0800 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-21 07:51:14 +0800 |
commit | 8370206e3b269db1256cd3ad8c518e2574eaaa63 (patch) | |
tree | 114837d5e8aa98521f12237093ea2d2f0806ca9b /x11-fonts/comfortaa-ttf | |
parent | f0d1c93f67019d7e8c46eaf26502e7daf5693df0 (diff) | |
download | freebsd-ports-gnome-8370206e3b269db1256cd3ad8c518e2574eaaa63.tar.gz freebsd-ports-gnome-8370206e3b269db1256cd3ad8c518e2574eaaa63.tar.zst freebsd-ports-gnome-8370206e3b269db1256cd3ad8c518e2574eaaa63.zip |
Add NO_STAGE all over the place in preparation for the staging support (cat: x11-fonts)
Diffstat (limited to 'x11-fonts/comfortaa-ttf')
-rw-r--r-- | x11-fonts/comfortaa-ttf/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/x11-fonts/comfortaa-ttf/Makefile b/x11-fonts/comfortaa-ttf/Makefile index 5401193bfa36..92201d377ee5 100644 --- a/x11-fonts/comfortaa-ttf/Makefile +++ b/x11-fonts/comfortaa-ttf/Makefile @@ -26,6 +26,7 @@ SUB_FILES= pkg-message SUB_LIST= FONTDIR=${FONTDIR} WRKSRC= ${WRKDIR}/Comfortaa +NO_STAGE= yes do-build: @cd ${WRKSRC}/ && \ ${LOCALBASE}/bin/mkfontscale && \ |