diff options
author | bapt <bapt@FreeBSD.org> | 2013-09-21 06:33:41 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-09-21 06:33:41 +0800 |
commit | 292e895a11b25d3d4e8efed62ce419ef91a06970 (patch) | |
tree | 3e8cc275ced4995aca1a89566bcd08f3a2a2672c /palm/makeztxt/Makefile | |
parent | 93bc1929f67e6ebd1f07b8ea98a4360ba47ff3eb (diff) | |
download | freebsd-ports-gnome-292e895a11b25d3d4e8efed62ce419ef91a06970.tar.gz freebsd-ports-gnome-292e895a11b25d3d4e8efed62ce419ef91a06970.tar.zst freebsd-ports-gnome-292e895a11b25d3d4e8efed62ce419ef91a06970.zip |
Add NO_STAGE all over the place in preparation for the staging support (cat: palm)
Diffstat (limited to 'palm/makeztxt/Makefile')
-rw-r--r-- | palm/makeztxt/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/palm/makeztxt/Makefile b/palm/makeztxt/Makefile index bbe7868c7ce8..590076ed1624 100644 --- a/palm/makeztxt/Makefile +++ b/palm/makeztxt/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: makeztxt -# Date created: Oct 19, 2002 -# Whom: Roman Shterenzon <roman@xpert.com> -# +# Created by: Roman Shterenzon <roman@xpert.com> # $FreeBSD$ -# PORTNAME= makeztxt PORTVERSION= 1.62 @@ -20,6 +16,7 @@ USE_GMAKE= yes MAKE_ENV+= USEPOSIX=1 LONG_OPTS=1 +NO_STAGE= yes post-patch: ${REINPLACE_CMD} 's/-O2//' ${WRKSRC}/libztxt/Makefile |