1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-26 05:02:18 +00:00

- Fix PLIST. Unbreak.

PR:		ports/79631
Submitted by:	Renato Botelho <freebsd@galle.com.br>
Approved by:	knu timeout
This commit is contained in:
Sergey Matveychuk 2005-04-22 19:52:34 +00:00
parent 196c346a39
commit 48c797184a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=133957
2 changed files with 1 additions and 2 deletions

View File

@ -20,8 +20,6 @@ COMMENT= ODBC driver for DBI-for-Ruby
RUN_DEPENDS= ${RUBY_SITELIBDIR}/dbi.rb:${RUBY_DBI_PORTDIR} \
${RUBY_SITEARCHLIBDIR}/odbc.so:${.CURDIR}/../ruby-odbc
BROKEN= Incomplete pkg-plist
USE_RUBY= yes
USE_RUBY_SETUP= yes

View File

@ -1,2 +1,3 @@
%%RUBY_SITELIBDIR%%/DBD/ODBC/ODBC.rb
@dirrm %%RUBY_SITELIBDIR%%/DBD/ODBC
@unexec rmdir %D/%%RUBY_SITELIBDIR%%/DBD 2>/dev/null || true