diff options
author | knu <knu@FreeBSD.org> | 2003-01-14 18:06:00 +0800 |
---|---|---|
committer | knu <knu@FreeBSD.org> | 2003-01-14 18:06:00 +0800 |
commit | ff7169cff8453639ca9133787e852044d56b94f5 (patch) | |
tree | ed785ff2f8d6980a1b42e5afd07057424e9abc75 | |
parent | bb55c2392caf61a437ddd4e9ce21ff32bcfc5d28 (diff) | |
download | freebsd-ports-gnome-ff7169cff8453639ca9133787e852044d56b94f5.tar.gz freebsd-ports-gnome-ff7169cff8453639ca9133787e852044d56b94f5.tar.zst freebsd-ports-gnome-ff7169cff8453639ca9133787e852044d56b94f5.zip |
Do not dig extra dbi/.
Submitted by: kris, bento
-rw-r--r-- | databases/ruby-dbi/Makefile.common | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/databases/ruby-dbi/Makefile.common b/databases/ruby-dbi/Makefile.common index eb704bb3054e..29f26ca56df5 100644 --- a/databases/ruby-dbi/Makefile.common +++ b/databases/ruby-dbi/Makefile.common @@ -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 |