diff options
author | Roman Bogorodskiy <novel@FreeBSD.org> | 2005-07-26 08:05:10 +0000 |
---|---|---|
committer | Roman Bogorodskiy <novel@FreeBSD.org> | 2005-07-26 08:05:10 +0000 |
commit | 540ec5901116ab6d3f132e58aecc9906b494eaa4 (patch) | |
tree | 3f1ee2f7e86a33f3f56218cd95f4de0d6dfb1a29 /databases/gauche-gdbm | |
parent | 6ead7fe31e6f8914ab4e09d4312a489df0349806 (diff) | |
download | ports-540ec5901116ab6d3f132e58aecc9906b494eaa4.tar.gz ports-540ec5901116ab6d3f132e58aecc9906b494eaa4.zip |
Notes
Diffstat (limited to 'databases/gauche-gdbm')
-rw-r--r-- | databases/gauche-gdbm/Makefile | 9 |
1 files changed, 3 insertions, 6 deletions
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: |