- Unbreak plist
PR: ports/80145 Submitted by: Renato Botelho <freebsd@galle.com.br> Approved by: maintainer timeout (14 days)
This commit is contained in:
parent
8bb3bbe809
commit
f03e7d9643
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=134589
1 changed files with 1 additions and 3 deletions
|
@ -16,8 +16,6 @@ DIST_SUBDIR= ruby
|
|||
MAINTAINER= knu@FreeBSD.org
|
||||
COMMENT= A Ruby extension module to use the functions of Perl from Ruby
|
||||
|
||||
BROKEN= Incorrectly installs a perllocal.pod file
|
||||
|
||||
USE_PERL5= yes
|
||||
USE_RUBY= yes
|
||||
USE_RUBY_EXTCONF= yes
|
||||
|
@ -39,7 +37,7 @@ post-build:
|
|||
|
||||
post-install:
|
||||
@cd ${WRKSRC}/Ruby; \
|
||||
${SETENV} ${MAKE_ENV} ${MAKE} ${MAKE_FLAGS} ${MAKEFILE} install
|
||||
${SETENV} ${MAKE_ENV} ${MAKE} ${MAKE_FLAGS} ${MAKEFILE} pure_install
|
||||
.if !defined(NOPORTDOCS)
|
||||
${MKDIR} ${RUBY_MODEXAMPLESDIR}
|
||||
.for f in ${EXAMPLES}
|
||||
|
|
Loading…
Reference in a new issue