Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 26 Sep 2002 03:00:20 -0700 (PDT)
From:      Kimura Fuyuki <fuyuki@hadaly.org>
To:        freebsd-ports@FreeBSD.org
Subject:   Re: ports/43377: New port: net/ruby-dict - a DICT client library
Message-ID:  <200209261000.g8QA0KVk074735@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/43377; it has been noted by GNATS.

From: Kimura Fuyuki <fuyuki@hadaly.org>
To: FreeBSD-gnats-submit@FreeBSD.org
Cc:  
Subject: Re: ports/43377: New port: net/ruby-dict - a DICT client library
Date: Thu, 26 Sep 2002 18:53:36 +0900

 Use RUBY_SHEBANG_FILES.
 
 --- Makefile	26 Sep 2002 04:41:14 -0000	1.1.1.1
 +++ Makefile	26 Sep 2002 09:51:35 -0000
 @@ -18,11 +18,9 @@
  USE_RUBY=	yes
  USE_RUBY_SETUP=	yes
  RUBY_SETUP=	install.rb
 +RUBY_SHEBANG_FILES=	${WRKSRC}/rdict
  
  DOCS=		README doc/dict.html doc/rdict.html
 -
 -post-patch:
 -	${RUBY} -i -pe 'sub "/usr/bin/ruby", "${RUBY}"' ${WRKSRC}/rdict
  
  post-install:
  	${INSTALL_SCRIPT} ${WRKSRC}/rdict ${PREFIX}/bin/
 

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200209261000.g8QA0KVk074735>