From 6b45fedafc678bced50eef1693d13725880b8e90 Mon Sep 17 00:00:00 2001 From: Akinori MUSHA Date: Mon, 19 Mar 2001 11:13:39 +0000 Subject: Alter the build process for the standard libraries of Ruby. --- databases/ruby-gdbm/Makefile | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) (limited to 'databases/ruby-gdbm') 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} -- cgit v1.2.3