diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 18:35:44 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 18:35:44 +0000 |
commit | eb08c5441cf4772f805b99523084b12164ed2495 (patch) | |
tree | f4861f167b47e08ed6e9f5bbe5172252c8b51efc /graphics/flphoto | |
parent | Add NO_STAGE all over the place in preparation for the staging support (cat: ... (diff) |
Add NO_STAGE all over the place in preparation for the staging support (cat: graphics)
Diffstat (limited to 'graphics/flphoto')
-rw-r--r-- | graphics/flphoto/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/graphics/flphoto/Makefile b/graphics/flphoto/Makefile index f8a562c284d7..54ee86a402f7 100644 --- a/graphics/flphoto/Makefile +++ b/graphics/flphoto/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: flPhoto -# Date created: 24 November, 2003 -# Whom: johan -# +# Created by: johan # $FreeBSD$ -# PORTNAME= flphoto PORTVERSION= 1.3.1 @@ -28,6 +24,7 @@ GNU_CONFIGURE= yes MAN1= flphoto.1 MAN5= album.5 +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|@OPTIM@|-DHAVE_CONFIG_H|g' ${WRKSRC}/Makefile.in |