diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 16:05:24 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 16:05:24 +0000 |
commit | 1e4b97cf2bb447dd89a437bc9a9e97cdf948f4d9 (patch) | |
tree | 5bb181f11a7f16c86b8fcd2e5709da35eca65b5c /converters/fconv | |
parent | 2b300eeb3f3f12f89596c38ef5510f621dde4ca9 (diff) |
Add NO_STAGE all over the place in preparation for the staging support (cat: converters)
Notes
Notes:
svn path=/head/; revision=327715
Diffstat (limited to 'converters/fconv')
-rw-r--r-- | converters/fconv/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/converters/fconv/Makefile b/converters/fconv/Makefile index 609a802ae3c2..beaaaf913d17 100644 --- a/converters/fconv/Makefile +++ b/converters/fconv/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: fconv -# Date created: 21 April 1999 -# Whom: Chris Costello <chris@FreeBSD.org> -# +# Created by: Chris Costello <chris@FreeBSD.org> # $FreeBSD$ -# PORTNAME= fconv PORTVERSION= 1.1 @@ -17,6 +13,7 @@ COMMENT= Converts DOS or Mac-style files to Unix format, and vice-versa MAKE_ENV+= INSTALLDIR=${PREFIX}/bin +NO_STAGE= yes post-extract: @${REINPLACE_CMD} "s|^INSTALLDIR.*=|INSTALLDIR?=|" \ ${WRKSRC}/Makefile |