diff options
Diffstat (limited to 'converters/ruby-iconv/Makefile')
-rw-r--r-- | converters/ruby-iconv/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/converters/ruby-iconv/Makefile b/converters/ruby-iconv/Makefile index 2cff791fc673..6b5ca285275c 100644 --- a/converters/ruby-iconv/Makefile +++ b/converters/ruby-iconv/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: Ruby-iconv -# Date created: 7 Aug 2000 -# Whom: Akinori MUSHA aka knu <knu@idaemons.org> -# +# Created by: Akinori MUSHA aka knu <knu@idaemons.org> # $FreeBSD$ -# PORTNAME= iconv PORTVERSION= ${RUBY_PORTVERSION} @@ -31,6 +27,7 @@ INSTALL_TARGET= site-install PLIST_FILES= ${RUBY_ARCHLIBDIR:S,${PREFIX},,:S,^/,,}/iconv.so +NO_STAGE= yes .include <bsd.port.pre.mk> RUBY_WRKDIR!= cd ${PORTSDIR}/${RUBY_PORT}; ${MAKE} -V WRKDIR |