diff options
Diffstat (limited to 'textproc/ruby-format/Makefile')
-rw-r--r-- | textproc/ruby-format/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/textproc/ruby-format/Makefile b/textproc/ruby-format/Makefile index 3e0ac8397eaa..265052dcd8e7 100644 --- a/textproc/ruby-format/Makefile +++ b/textproc/ruby-format/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: FormatR -# Date created: 20 September 2001 -# Whom: Akinori MUSHA aka knu <knu@idaemons.org> -# +# Created by: Akinori MUSHA aka knu <knu@idaemons.org> # $FreeBSD$ -# PORTNAME= format PORTVERSION= 1.09 @@ -20,6 +16,7 @@ USE_RUBY= yes NO_BUILD= yes +NO_STAGE= yes post-patch: ${RUBY} -i.orig -pe 'gsub(/"(format_test\.pl)/, "\"./\\1")' ${WRKSRC}/test_format.rb |