diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 22:33:41 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 22:33:41 +0000 |
commit | 67fb05f90ea60bd4172bfe9a7a682d7cd5066a76 (patch) | |
tree | 3e8cc275ced4995aca1a89566bcd08f3a2a2672c /palm/makeztxt | |
parent | b9522341aadc99dfced4f5412ee8482f02540abb (diff) |
Notes
Diffstat (limited to 'palm/makeztxt')
-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 |