Date: Mon, 16 Aug 1999 02:49:55 +0400 (MSD) From: "Oleg V. Volkov" <rover@fly.lglobus.ru> To: FreeBSD-gnats-submit@freebsd.org Subject: ports/13169: port cad/mars have some portlint fatal errors and uses /bin/mv instead of ${MV} Message-ID: <199908152249.CAA89938@fly.lglobus.ru>
next in thread | raw e-mail | index | archive | help
>Number: 13169 >Category: ports >Synopsis: port cad/mars have some portlint fatal errors and uses /bin/mv instead of ${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: Sun Aug 15 15:50: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. >Description: See synopsis. >How-To-Repeat: cd /usr/ports/cad/mars cat Makefile portlint >Fix: --- Makefile.old Wed Feb 3 14:11:40 1999 +++ Makefile Mon Aug 16 00:41:19 1999 @@ -11,12 +11,13 @@ PKGNAME= mars-2.1 CATEGORIES= cad MASTER_SITES= ftp://ftp.cs.umd.edu/pub/sdag/MaRS/ + +MAINTAINER= obrien@FreeBSD.org + .if !defined(NOPORTDOCS) DISTFILES= MaRS-2.1.tar.gz MaRS-2-doc.tar.gz .endif -MAINTAINER= obrien@FreeBSD.org - NO_WRKSUBDIR= yes EXTRACT_ONLY= ${DISTNAME}.tar.gz .if defined(HAVE_MOTIF) && !defined(PACKAGE_BUILDING) @@ -39,7 +40,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?199908152249.CAA89938>