diff options
author | bapt <bapt@FreeBSD.org> | 2013-09-21 06:43:59 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-09-21 06:43:59 +0800 |
commit | 82b679ce0eda354c7afa8f93fa7ac4557d3d14fb (patch) | |
tree | 0c3309878fd450dd62184f1acef7c44d1acc7313 /print/cm-super | |
parent | 88a427743818e5beaf3469612941ef241fff5bc0 (diff) | |
download | freebsd-ports-gnome-82b679ce0eda354c7afa8f93fa7ac4557d3d14fb.tar.gz freebsd-ports-gnome-82b679ce0eda354c7afa8f93fa7ac4557d3d14fb.tar.zst freebsd-ports-gnome-82b679ce0eda354c7afa8f93fa7ac4557d3d14fb.zip |
Add NO_STAGE all over the place in preparation for the staging support (cat: print)
Diffstat (limited to 'print/cm-super')
-rw-r--r-- | print/cm-super/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/print/cm-super/Makefile b/print/cm-super/Makefile index 781a5862f88f..56ad9b1b1cc8 100644 --- a/print/cm-super/Makefile +++ b/print/cm-super/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: cm-super -# Date created: 27 June 2006 -# Whom: hrs -# +# Created by: hrs # $FreeBSD$ -# PORTNAME= cm-super PORTVERSION= 0.3.4 @@ -55,6 +51,7 @@ MAPFILES= cm-super-t1.map \ cm-super-ts1.map \ cm-super-x2.map +NO_STAGE= yes do-build: .if !defined(WITHOUT_X11) ${TOUCH} ${WRKSRC}/pfb/fonts.dir |