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

- Fix PLIST. Unbreak.

PR:		ports/79629
Submitted by:	Renato Botelho <freebsd@galle.com.br>
Approved by:	knu timeout
This commit is contained in:
Sergey Matveychuk 2005-04-22 19:49:46 +00:00
parent e59c4edf8b
commit b6a6657038
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=133955
2 changed files with 1 additions and 2 deletions

View File

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

View File

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