- Unbreak plist

PR:		ports/80145
Submitted by:	Renato Botelho <freebsd@galle.com.br>
Approved by:	maintainer timeout (14 days)
This commit is contained in:
Pav Lucistnik 2005-05-04 11:28:38 +00:00
parent 8bb3bbe809
commit f03e7d9643
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=134589

View file

@ -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}