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/min12xxw | |
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/min12xxw')
-rw-r--r-- | print/min12xxw/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/print/min12xxw/Makefile b/print/min12xxw/Makefile index 3bb7cdf51519..13709a84a89a 100644 --- a/print/min12xxw/Makefile +++ b/print/min12xxw/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: min12xxw -# Date created: 29 September 2007 -# Whom: Tim McCormick <tim@pcbsd.org> -# +# Created by: Tim McCormick <tim@pcbsd.org> # $FreeBSD$ -# PORTNAME= min12xxw PORTVERSION= 0.0.9 @@ -18,6 +14,7 @@ HAS_CONFIGURE= yes MAN1= min12xxw.1 PLIST_FILES= bin/min12xxw bin/esc-m +NO_STAGE= yes do-install: ${INSTALL_SCRIPT} ${WRKSRC}/min12xxw ${PREFIX}/bin ${INSTALL_SCRIPT} ${WRKSRC}/esc-m ${PREFIX}/bin |