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/dvips2ascii/Makefile | |
parent | Fix NO_STAGE script fallout (diff) |
Add NO_STAGE all over the place in preparation for the staging support (cat: print)
Notes
Notes:
svn path=/head/; revision=327765
Diffstat (limited to '')
-rw-r--r-- | print/dvips2ascii/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/print/dvips2ascii/Makefile b/print/dvips2ascii/Makefile index 99ba600ab18d..14684abca5b7 100644 --- a/print/dvips2ascii/Makefile +++ b/print/dvips2ascii/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: dvips2ascii -# Date created: 7 Aug 1997 -# Whom: eserte@cs.tu-berlin.de -# +# Created by: eserte@cs.tu-berlin.de # $FreeBSD$ -# PORTNAME= dvips2ascii PORTVERSION= 1.3 @@ -15,6 +11,7 @@ COMMENT= PostScript (created by dvips) to ASCII converter PLIST_FILES= bin/dvips2ascii +NO_STAGE= yes do-build: ${MV} ${WRKSRC}/dvips2ascii ${WRKSRC}/dvips2ascii.orig ${SED} -e 's;#!.*perl;#!${PERL};' \ |