Date: Sat, 28 Aug 1999 06:11:13 +0400 (MSD) From: "Oleg V. Volkov" <rover@lglobus.ru> To: FreeBSD-gnats-submit@freebsd.org Subject: ports/13431: port cad/mars uses mv Message-ID: <199908280211.GAA18444@fly.lglobus.ru>
next in thread | raw e-mail | index | archive | help
>Number: 13431 >Category: ports >Synopsis: port cad/mars uses mv >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: Fri Aug 27 19:20:00 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Oleg V. Volkov >Release: FreeBSD 3.2-STABLE i386 >Organization: -=/ SR 13 /=- >Environment: Just CVSup'ed ports. (Will mharo notice this before me?) >Description: /bin/mv -> ${MV} + change .if'ed distfiles to make maintainer life easier If there any cad/mars PR by me in GNATS - please close them. >How-To-Repeat: >Fix: --- Makefile.old Thu Aug 26 01:13:08 1999 +++ Makefile Sat Aug 28 06:04:14 1999 @@ -12,7 +12,7 @@ CATEGORIES= cad MASTER_SITES= ftp://ftp.cs.umd.edu/pub/sdag/MaRS/ .if !defined(NOPORTDOCS) -DISTFILES= MaRS-2.1.tar.gz MaRS-2-doc.tar.gz +DISTFILES= ${DISTNAME}${EXTRACT_SUFX} MaRS-2-doc.tar.gz .endif MAINTAINER= obrien@FreeBSD.org @@ -39,7 +39,7 @@ @(cd ${PREFIX}/share/doc ; \ ${TAR} xfpz /${DISTDIR}/MaRS-2-doc.tar.gz ; \ [ -d mars ] && ${RM} -rf mars; \ - /bin/mv doc mars ) + ${MV} doc mars ) .endif .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?199908280211.GAA18444>