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/guilib | |
parent | a285ade9102ca7c15642dfccd7816abc3c725c98 (diff) | |
download | freebsd-ports-eb08c5441cf4772f805b99523084b12164ed2495.zip |
Add NO_STAGE all over the place in preparation for the staging support (cat: graphics)
Diffstat (limited to 'graphics/guilib')
-rw-r--r-- | graphics/guilib/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/graphics/guilib/Makefile b/graphics/guilib/Makefile index 46e844f30d56..14d182133a33 100644 --- a/graphics/guilib/Makefile +++ b/graphics/guilib/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: guilib -# Date created: 20 September 2000 -# Whom: Maxim Sobolev <sobomax@FreeBSD.org> -# +# Created by: Maxim Sobolev <sobomax@FreeBSD.org> # $FreeBSD$ -# PORTNAME= guilib PORTVERSION= 1.2.1 @@ -21,6 +17,7 @@ GNU_CONFIGURE= yes USE_LDCONFIG= yes USE_AUTOTOOLS= aclocal:env +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|$${CONFIG_SHELL-/bin/sh} $$ac_aux_dir|$$ac_aux_dir|' \ ${WRKSRC}/configure |