From 1ad2e6853c9589feed8fd2f1204b7accf6c27080 Mon Sep 17 00:00:00 2001 From: novel Date: Tue, 26 Jul 2005 08:05:10 +0000 Subject: Fix plist and un-mark BROKEN. PR: 84103 Submitted by: Erik Greenwald (maintainer) --- databases/gauche-gdbm/Makefile | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) (limited to 'databases/gauche-gdbm') diff --git a/databases/gauche-gdbm/Makefile b/databases/gauche-gdbm/Makefile index a7d41217fd30..5b6f0a49c521 100644 --- a/databases/gauche-gdbm/Makefile +++ b/databases/gauche-gdbm/Makefile @@ -20,10 +20,6 @@ BUILD_DEPENDS= gosh:${PORTSDIR}/${GAUCHE_PORT} \ LIB_DEPENDS= gdbm.3:${PORTSDIR}/databases/gdbm RUN_DEPENDS= gosh:${PORTSDIR}/${GAUCHE_PORT} -BROKEN= Incorrect pkg-plist -DEPRECATED= "${BROKEN}" -EXPIRATION_DATE=2005-09-22 - GAUCHE_PORT= lang/gauche WRKSRC= ${WRKDIR}/dbm @@ -33,12 +29,13 @@ PLIST_SUB= VERSION="${PORTVERSION}" \ TARGET="${CONFIGURE_TARGET}" USE_REINPLACE= yes +GUACHE_BUILDDIR=`cd ${PORTSDIR}/${GAUCHE_PORT} && ${MAKE} -V WRKSRC` + do-extract: ${MKDIR} ${WRKDIR} - ${LN} -sf `cd ${PORTSDIR}/${GAUCHE_PORT} && ${MAKE} -V WRKSRC`/ext/dbm ${WRKDIR}/ + ${LN} -sf ${GUACHE_BUILDDIR}/ext/dbm ${WRKDIR}/ do-configure: - cd `cd ${PORTSDIR}/${GAUCHE_PORT} && ${MAKE} -V WRKSRC` && ./configure --with-local=${LOCALBASE} --prefix=${LOCALBASE} --target=${CONFIGURE_TARGET} --host=${CONFIGURE_HOST} --build=${CONFIGURE_BUILD} && cd ext && ${REINPLACE_CMD} -e "s/archdir/&|sed 's,unknown-freebsd,portbld-freebsd,'/" Makefile.ext cd ${WRKSRC} && make clean && ${REINPLACE_CMD} -e 's/^LIBFILES.*/LIBFILES = gdbm.so/' -e 's/^SCMFILES.*/SCMFILES = gdbm.scm/' Makefile do-install: -- cgit