Date: Mon, 24 Jul 2000 11:00:44 -0700 (PDT) From: tkato@prontomail.ne.jp To: freebsd-gnats-submit@FreeBSD.org Subject: ports/20147: Update port: archivers/ppunpack Message-ID: <20000724180044.B6A9D37BD64@hub.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 20147 >Category: ports >Synopsis: Update port: archivers/ppunpack >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Jul 24 11:10:00 PDT 2000 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: 4.0-RELEASE i386 >Organization: >Environment: >Description: - MAKE_FLAGS -> MAKE_ARGS >How-To-Repeat: >Fix: diff -urN /usr/ports/archivers/ppunpack/Makefile archivers/ppunpack/Makefile --- /usr/ports/archivers/ppunpack/Makefile Thu Jun 22 19:04:25 2000 +++ archivers/ppunpack/Makefile Tue Jul 25 01:13:03 2000 @@ -17,11 +17,12 @@ RESTRICTED= "No commercial redistribution" NO_CDROM= ${RESTRICTED} + WRKSRC= ${WRKDIR}/PPUnpack -MAKE_FLAGS= CC="${CC}" COPTS="${CFLAGS}" +MAKE_ARGS= CC="${CC}" COPTS="${CFLAGS}" ALL_TARGET= ppunpack do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/ppunpack ${PREFIX}/bin/ + ${INSTALL_PROGRAM} ${WRKSRC}/ppunpack ${PREFIX}/bin .include <bsd.port.mk> >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20000724180044.B6A9D37BD64>