diff options
author | clsung <clsung@FreeBSD.org> | 2006-05-09 15:40:16 +0800 |
---|---|---|
committer | clsung <clsung@FreeBSD.org> | 2006-05-09 15:40:16 +0800 |
commit | 062a435688b51057e6ec40a0570c9c15e97758e8 (patch) | |
tree | cb1850779b36110f3e65d4ce77f47a7414a7a7e3 /databases/ruby-dbd_interbase | |
parent | a18e05c85046160781006419a87323be1b0f6f15 (diff) | |
download | freebsd-ports-gnome-062a435688b51057e6ec40a0570c9c15e97758e8.tar.gz freebsd-ports-gnome-062a435688b51057e6ec40a0570c9c15e97758e8.tar.zst freebsd-ports-gnome-062a435688b51057e6ec40a0570c9c15e97758e8.zip |
- Update to ruby-dbi-0.1.0, and
- take over maintainership.
- maintainer suggest to remove the
@dirrmtry from pkg-plist because
this is explicity removed by the master port - ruby-dbi.
PR: ports/97007
Submitted by: maintainer (Christopher Boumenot)
Diffstat (limited to 'databases/ruby-dbd_interbase')
-rw-r--r-- | databases/ruby-dbd_interbase/Makefile | 4 | ||||
-rw-r--r-- | databases/ruby-dbd_interbase/pkg-plist | 1 |
2 files changed, 2 insertions, 3 deletions
diff --git a/databases/ruby-dbd_interbase/Makefile b/databases/ruby-dbd_interbase/Makefile index 35852174c0ca..341da59c9924 100644 --- a/databases/ruby-dbd_interbase/Makefile +++ b/databases/ruby-dbd_interbase/Makefile @@ -14,7 +14,7 @@ PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} DISTNAME= ${RUBY_DBI_DISTNAME} DIST_SUBDIR= ruby -MAINTAINER= ports@FreeBSD.org +MAINTAINER= boumenot@gmail.com COMMENT= InterBase driver for DBI-for-Ruby RUN_DEPENDS= ${RUBY_SITELIBDIR}/dbi.rb:${RUBY_DBI_PORTDIR} \ @@ -27,7 +27,7 @@ SLAVE_PORT= yes MASTER_PORT= databases/ruby-dbi WRKSRC= ${RUBY_DBI_WRKSRC} -CONFIGURE_ARGS= --with=lib/${PORTNAME} +CONFIGURE_ARGS= --with=${PORTNAME} .include "${.CURDIR}/../ruby-dbi/Makefile.common" diff --git a/databases/ruby-dbd_interbase/pkg-plist b/databases/ruby-dbd_interbase/pkg-plist index a2c942c8fd18..84434f741a6a 100644 --- a/databases/ruby-dbd_interbase/pkg-plist +++ b/databases/ruby-dbd_interbase/pkg-plist @@ -1,3 +1,2 @@ %%RUBY_SITELIBDIR%%/DBD/InterBase/InterBase.rb @dirrm %%RUBY_SITELIBDIR%%/DBD/InterBase -@dirrmtry %%RUBY_SITELIBDIR%%/DBD |