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/mpage | |
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/mpage')
-rw-r--r-- | print/mpage/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/print/mpage/Makefile b/print/mpage/Makefile index 37b59a62e91e..fa2bcd460147 100644 --- a/print/mpage/Makefile +++ b/print/mpage/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: mpage -# Date created: 19 February 1998 -# Whom: Kapil Chowksey -# +# Created by: Kapil Chowksey # $FreeBSD$ -# # To override mpage's default paper size of A4, set PAGESIZE to another # page type. Some common values include "Letter" (8.5" x 11") and @@ -28,6 +24,7 @@ PLIST_FILES= bin/mpage %%DATADIR%%/CP850.PC %%DATADIR%%/ISO+STD+OTH \ %%DATADIR%%/ISO-Latin.1 %%DATADIR%%/ISO-Latin.2 PLIST_DIRS= %%DATADIR%% +NO_STAGE= yes post-install: .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} |