diff options
author | bapt <bapt@FreeBSD.org> | 2013-09-21 07:51:14 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-09-21 07:51:14 +0800 |
commit | b47ac46abd811e3c8ee18c563e782daeb84aa918 (patch) | |
tree | 114837d5e8aa98521f12237093ea2d2f0806ca9b /x11-fonts/c64bdf | |
parent | b9a3b13e4b43a2ea13779932760512046d251eb2 (diff) | |
download | freebsd-ports-gnome-b47ac46abd811e3c8ee18c563e782daeb84aa918.tar.gz freebsd-ports-gnome-b47ac46abd811e3c8ee18c563e782daeb84aa918.tar.zst freebsd-ports-gnome-b47ac46abd811e3c8ee18c563e782daeb84aa918.zip |
Add NO_STAGE all over the place in preparation for the staging support (cat: x11-fonts)
Diffstat (limited to 'x11-fonts/c64bdf')
-rw-r--r-- | x11-fonts/c64bdf/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/x11-fonts/c64bdf/Makefile b/x11-fonts/c64bdf/Makefile index 0e3f121c7d18..bc14ebefc0c8 100644 --- a/x11-fonts/c64bdf/Makefile +++ b/x11-fonts/c64bdf/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: c64-bdf -# Date created: 20/02/2008 -# Whom: Marcin Cieslak <saper@SYSTEM.PL> -# +# Created by: Marcin Cieslak <saper@SYSTEM.PL> # $FreeBSD$ -# PORTNAME= c64bdf PORTVERSION= 1.0 @@ -24,6 +20,7 @@ FILES= ${FONTS:S,$,.bdf,} fonts.dir PLIST_FILES= ${FILES:S,^,${FONTDIR}/,} PLIST_DIRS= ${FONTDIR} +NO_STAGE= yes .include <bsd.port.pre.mk> do-install: |