- Fix PLIST. Unbreak.
PR: ports/79632 Submitted by: Renato Botelho <freebsd@galle.com.br> Approved by: knu timeout
This commit is contained in:
parent
48c797184a
commit
da7df51b14
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=133958
3 changed files with 3 additions and 5 deletions
|
@ -21,8 +21,6 @@ COMMENT= PostgreSQL driver for DBI-for-Ruby
|
|||
RUN_DEPENDS= ${RUBY_SITELIBDIR}/dbi.rb:${RUBY_DBI_PORTDIR} \
|
||||
${RUBY_SITEARCHLIBDIR}/postgres.so:${.CURDIR}/../ruby-postgres
|
||||
|
||||
BROKEN= Incomplete pkg-plist
|
||||
|
||||
USE_RUBY= yes
|
||||
USE_RUBY_SETUP= yes
|
||||
|
||||
|
|
|
@ -2,4 +2,3 @@ This is the PostgreSQL driver for DBI-for-Ruby.
|
|||
|
||||
Author: Jim Weirich <jweirich@one.ent>
|
||||
WWW: http://www.ruby-projects.org/dbi/
|
||||
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
%%RUBY_SITELIBDIR%%/DBD/Pg/Pg.rb
|
||||
@dirrm %%RUBY_SITELIBDIR%%/DBD/Pg
|
||||
%%PORTDOCS%%%%RUBY_MODDOCDIR%%/README
|
||||
%%PORTDOCS%%@dirrm %%RUBY_MODDOCDIR%%
|
||||
%%RUBY_SITELIBDIR%%/DBD/Pg/Pg.rb
|
||||
@dirrm %%RUBY_SITELIBDIR%%/DBD/Pg
|
||||
@unexec rmdir %D/%%RUBY_SITELIBDIR%%/DBD 2>/dev/null || true
|
||||
|
|
Loading…
Reference in a new issue