diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2001-02-07 07:34:05 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2001-02-07 07:34:05 +0000 |
commit | 421c3d766d66c37b3fa4d6018e7fad1cf1063519 (patch) | |
tree | 79ae5c113022d3aae12befecb3ef42637f97bd5c /databases/rubygem-postgres/Makefile | |
parent | Update to 0.4.4. (diff) |
Update to 0.6.2.
Notes
Notes:
svn path=/head/; revision=38054
Diffstat (limited to 'databases/rubygem-postgres/Makefile')
-rw-r--r-- | databases/rubygem-postgres/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/databases/rubygem-postgres/Makefile b/databases/rubygem-postgres/Makefile index 46c3de66f7e0..63e589a193ec 100644 --- a/databases/rubygem-postgres/Makefile +++ b/databases/rubygem-postgres/Makefile @@ -6,10 +6,11 @@ # PORTNAME= postgres -PORTVERSION= 0.6.1 +PORTVERSION= 0.6.2 CATEGORIES= databases ruby -MASTER_SITES= http://webclub.kcom.ne.jp/mb/noborus/archive/ +MASTER_SITES= http://www.jp.postgresql.org/interfaces/ruby/archive/ PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} +DISTNAME= ruby-${PORTNAME}-${PORTVERSION} DIST_SUBDIR= ruby MAINTAINER= knu@FreeBSD.org @@ -19,8 +20,7 @@ LIB_DEPENDS= pq.2:${PORTSDIR}/databases/postgresql7 USE_RUBY= yes USE_RUBY_EXTCONF= yes -WRKSRC= ${WRKDIR}/${PORTNAME} -CONFIGURE_ARGS+= --with-pgsql-include-dir="${PGDIR}/include" \ +CONFIGURE_ARGS= --with-pgsql-include-dir="${PGDIR}/include" \ --with-pgsql-lib-dir="${PGDIR}/lib" INSTALL_TARGET= site-install @@ -32,7 +32,7 @@ DOCS_JA= README.jp doc/postgres.jp.html post-install: .if !defined(NOPORTDOCS) ${MKDIR} ${RUBY_EXAMPLESDIR}/postgres - ${INSTALL_DATA} ${WRKSRC}/sample/* ${RUBY_EXAMPLESDIR}/postgres/ + ${INSTALL_DATA} ${WRKSRC}/sample/*.rb ${RUBY_EXAMPLESDIR}/postgres/ ${MKDIR} ${RUBY_DOCDIR}/postgres/ja .for f in ${DOCS_EN} ${INSTALL_DATA} ${WRKSRC}/${f} ${RUBY_DOCDIR}/postgres/ |