diff options
author | pav <pav@FreeBSD.org> | 2005-05-04 19:28:38 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2005-05-04 19:28:38 +0800 |
commit | 9c1806590d9eb1f74244c7119faf2d7b44e3a40b (patch) | |
tree | 4cea12c96c5f5dc2e362fa7e20987ddfe896082b /lang | |
parent | ce7c69aa15909fe368edc91f432712e3dee8f520 (diff) | |
download | freebsd-ports-gnome-9c1806590d9eb1f74244c7119faf2d7b44e3a40b.tar.gz freebsd-ports-gnome-9c1806590d9eb1f74244c7119faf2d7b44e3a40b.tar.zst freebsd-ports-gnome-9c1806590d9eb1f74244c7119faf2d7b44e3a40b.zip |
- Unbreak plist
PR: ports/80145
Submitted by: Renato Botelho <freebsd@galle.com.br>
Approved by: maintainer timeout (14 days)
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} |