Date: Thu, 2 Nov 2006 02:00:26 +0900 From: KATO Tsuguru <tkato432@yahoo.com> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/105033: Update port: net/fsplib Message-ID: <20061102020026.26cbde94.tkato432@yahoo.com> Resent-Message-ID: <200611011710.kA1HARCp022868@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 105033 >Category: ports >Synopsis: Update port: net/fsplib >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Wed Nov 01 17:10:26 GMT 2006 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: FreeBSD 4.11-RELEASE-p22 i386 >Organization: >Environment: >Description: - Support USE_SCONS >How-To-Repeat: >Fix: diff -urN /usr/ports/net/fsplib/Makefile net/fsplib/Makefile --- /usr/ports/net/fsplib/Makefile Wed Feb 22 16:19:16 2006 +++ net/fsplib/Makefile Mon Oct 2 13:31:26 2006 @@ -13,17 +13,9 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Library implementing FSP protocol -BUILD_DEPENDS= scons:${PORTSDIR}/devel/scons - -PLIST_FILES= include/fsplib.h lib/libfsp.a NO_WRKSUBDIR= yes +USE_SCONS= yes -do-build: - @cd ${WRKSRC} && scons prefix=${PREFIX} - -do-install: - @cd ${WRKSRC} && scons prefix=${PREFIX} ${INSTALL_TARGET} - @${FIND} ${PREFIX}/include/ -name .sconsign -exec ${RM} {} \; - @${FIND} ${PREFIX}/lib/ -name .sconsign -exec ${RM} {} \; +PLIST_FILES= include/fsplib.h lib/libfsp.a .include <bsd.port.mk> >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20061102020026.26cbde94.tkato432>