Do not dig extra dbi/.

Submitted by:	kris, bento
This commit is contained in:
Akinori MUSHA 2003-01-14 10:06:00 +00:00
parent f10fc5cb87
commit 7d14b4b666
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=73114

View File

@ -14,4 +14,8 @@ RUBY_DBI_WRKSRC?= ${WRKDIR}/ruby-${RUBY_DBI_PORTNAME}-all
MD5_FILE?= ${RUBY_DBI_PORTDIR}/distinfo
.if ${PORTNAME} == dbi
RUBY_MODNAME?= ${RUBY_DBI_PORTNAME}
.else
RUBY_MODNAME?= ${RUBY_DBI_PORTNAME}/${PORTNAME}
.endif