diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2005-05-04 11:28:38 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2005-05-04 11:28:38 +0000 |
commit | f03e7d9643c9277f56c6153c20987a0a543e1887 (patch) | |
tree | 1e698e7767078e169cc6949c5800cee346d8d45e /lang | |
parent | 8bb3bbe809c3682190fc36431bfe30b82c97eb5f (diff) |
Notes
Diffstat (limited to 'lang')
-rw-r--r-- | lang/ruby-perl/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/lang/ruby-perl/Makefile b/lang/ruby-perl/Makefile index 3af039b6158e..2ed4d1737ba9 100644 --- a/lang/ruby-perl/Makefile +++ b/lang/ruby-perl/Makefile @@ -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} |