diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2001-03-19 11:13:39 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2001-03-19 11:13:39 +0000 |
commit | 6b45fedafc678bced50eef1693d13725880b8e90 (patch) | |
tree | a3617e5391d72b5e3c1b50dc65e424a621da6e89 /databases | |
parent | Update to 1.6.3 release. (diff) |
Alter the build process for the standard libraries of Ruby.
Diffstat (limited to 'databases')
-rw-r--r-- | databases/ruby-gdbm/Makefile | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/databases/ruby-gdbm/Makefile b/databases/ruby-gdbm/Makefile index 40ae0d021168..59ca275b1f62 100644 --- a/databases/ruby-gdbm/Makefile +++ b/databases/ruby-gdbm/Makefile @@ -8,22 +8,23 @@ PORTNAME= gdbm PORTVERSION= ${RUBY_PORTVERSION} CATEGORIES= databases ruby -MASTER_SITES= ${MASTER_SITE_RUBY} -MASTER_SITE_SUBDIR= ${RUBY_VER} +MASTER_SITES= # none PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} -DISTNAME= ${RUBY_DISTNAME} -DIST_SUBDIR= ruby +DISTFILES= # none MAINTAINER= knu@FreeBSD.org +BUILD_DEPENDS= ${NONEXISTENT}:${PORTSDIR}/${RUBY_PORT}:patch LIB_DEPENDS= gdbm.2:${PORTSDIR}/databases/gdbm USE_RUBY= yes USE_RUBY_EXTCONF= yes -MD5_FILE= ${PORTSDIR}/lang/ruby/distinfo +WRKSRC= ${WRKDIR}/${PORTNAME} -WRKSRC= ${RUBY_WRKSRC}/ext/gdbm +do-extract: + ${MKDIR} ${WRKDIR} + ${LN} -sf `cd ${PORTSDIR}/${RUBY_PORT} && ${MAKE} -V WRKDIR`/${PORTNAME} ${WRKDIR}/ post-install: @${CAT} ${PKGMESSAGE} |