diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 22:43:59 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 22:43:59 +0000 |
commit | 6c6152ff82abb7a2caa761a1d08eb6fcdd9123c5 (patch) | |
tree | 0c3309878fd450dd62184f1acef7c44d1acc7313 /print/dvi2tty/Makefile | |
parent | Fix NO_STAGE script fallout (diff) |
Add NO_STAGE all over the place in preparation for the staging support (cat: print)
Diffstat (limited to '')
-rw-r--r-- | print/dvi2tty/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/print/dvi2tty/Makefile b/print/dvi2tty/Makefile index 4938f7155546..cb3998ccf7e4 100644 --- a/print/dvi2tty/Makefile +++ b/print/dvi2tty/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: dvi2tty -# Date created: 17th February 1997 -# Whom: Joel Sutton <jsutton@bbcon.com.au> -# +# Created by: Joel Sutton <jsutton@bbcon.com.au> # $FreeBSD$ -# PORTNAME= dvi2tty PORTVERSION= 5.3.4 @@ -21,6 +17,7 @@ MAKE_ARGS= CC="${CC}" CFLAGS="${CFLAGS}" LDFLAGS="${STRIP}" MAN1= disdvi.1 dvi2tty.1 PLIST_FILES= bin/disdvi bin/dvi2tty +NO_STAGE= yes do-install: .for name in disdvi dvi2tty ${INSTALL_PROGRAM} ${WRKSRC}/${name} ${PREFIX}/bin |