diff options
| author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 23:17:30 +0000 |
|---|---|---|
| committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 23:17:30 +0000 |
| commit | 0068f2d47fabca8b05218243fb099000a6413c86 (patch) | |
| tree | b8fd4b8a52985538fae79abf3fc275d83a2b9feb /textproc/libxode | |
| 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: textproc)
Diffstat (limited to 'textproc/libxode')
| -rw-r--r-- | textproc/libxode/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/textproc/libxode/Makefile b/textproc/libxode/Makefile index fc36313fd475..b5ee9c99c59d 100644 --- a/textproc/libxode/Makefile +++ b/textproc/libxode/Makefile @@ -1,10 +1,5 @@ -# ex:ts=8 -# New ports collection makefile for: libxode -# Date created: May 16, 2001 -# Whom: ijliao -# +# Created by: ijliao # $FreeBSD$ -# PORTNAME= libxode PORTVERSION= 0.71 @@ -23,6 +18,7 @@ CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib USE_LDCONFIG= yes +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|$${CONFIG_SHELL-/bin/sh} $$ac_aux_dir|$$ac_aux_dir|' \ ${WRKSRC}/configure |
