mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 09:49:18 -04:00
- Fix PLIST. Unbreak.
PR: ports/79634 Submitted by: Renato Botelho <freebsd@galle.com.br> Approved by: knu timeout
This commit is contained in:
parent
60fea08335
commit
d24c4b1fa6
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=133960
2 changed files with 3 additions and 4 deletions
|
@ -21,8 +21,6 @@ COMMENT= SQLite driver for DBI-for-Ruby
|
|||
LIB_DEPENDS= sqlite.2:${PORTSDIR}/databases/sqlite2
|
||||
RUN_DEPENDS= ${RUBY_SITELIBDIR}/dbi.rb:${RUBY_DBI_PORTDIR}
|
||||
|
||||
BROKEN= Incomplete pkg-plist
|
||||
|
||||
USE_RUBY= yes
|
||||
USE_RUBY_SETUP= yes
|
||||
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
%%RUBY_SITEARCHLIBDIR%%/DBD/SQLite/SQLite.so
|
||||
@dirrm %%RUBY_SITEARCHLIBDIR%%/DBD/SQLite
|
||||
%%PORTDOCS%%%%RUBY_MODDOCDIR%%/README
|
||||
%%PORTDOCS%%@dirrm %%RUBY_MODDOCDIR%%
|
||||
%%RUBY_SITEARCHLIBDIR%%/DBD/SQLite/SQLite.so
|
||||
@dirrm %%RUBY_SITEARCHLIBDIR%%/DBD/SQLite
|
||||
@unexec rmdir %D/%%RUBY_SITEARCHLIBDIR%%/DBD 2>/dev/null || true
|
||||
|
|
Loading…
Add table
Reference in a new issue