From owner-svn-ports-head@FreeBSD.ORG Fri Feb 21 12:51:21 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id EC147E8; Fri, 21 Feb 2014 12:51:21 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id BA3CF1923; Fri, 21 Feb 2014 12:51:21 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s1LCpLII043738; Fri, 21 Feb 2014 12:51:21 GMT (envelope-from ehaupt@svn.freebsd.org) Received: (from ehaupt@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s1LCpLss043735; Fri, 21 Feb 2014 12:51:21 GMT (envelope-from ehaupt@svn.freebsd.org) Message-Id: <201402211251.s1LCpLss043735@svn.freebsd.org> From: Emanuel Haupt Date: Fri, 21 Feb 2014 12:51:21 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r345381 - head/misc/mmv X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Feb 2014 12:51:22 -0000 Author: ehaupt Date: Fri Feb 21 12:51:20 2014 New Revision: 345381 URL: http://svnweb.freebsd.org/changeset/ports/345381 QAT: https://qat.redports.org/buildarchive/r345381/ Log: Support staging Added: head/misc/mmv/pkg-plist (contents, props changed) Modified: head/misc/mmv/Makefile head/misc/mmv/pkg-descr Modified: head/misc/mmv/Makefile ============================================================================== --- head/misc/mmv/Makefile Fri Feb 21 12:46:07 2014 (r345380) +++ head/misc/mmv/Makefile Fri Feb 21 12:51:20 2014 (r345381) @@ -15,21 +15,20 @@ MAINTAINER= simon@olofsson.de COMMENT= Move/Copy/Append/Link multiple files CFLAGS+= -DHAS_DIRENT -MAN1= mmv.1 mad.1 mcp.1 mln.1 -PLIST_FILES= bin/mmv bin/mad bin/mcp bin/mln WRKSRC= ${WRKDIR}/${PORTNAME}-1.01b.orig -NO_STAGE= yes do-build: @(cd ${WRKSRC} ; \ ${CC} ${CFLAGS} -o ${PORTNAME} ${PORTNAME}.c ; ) do-install: - @${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin/${PORTNAME} - @${INSTALL_MAN} ${WRKSRC}/mmv.1 ${PREFIX}/man/man1/${PORTNAME}.1 + @${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} \ + ${STAGEDIR}${PREFIX}/bin/${PORTNAME} + @${INSTALL_MAN} ${WRKSRC}/mmv.1 \ + ${STAGEDIR}${PREFIX}/man/man1/${PORTNAME}.1 .for i in mcp mad mln - @${LN} ${PREFIX}/bin/${PORTNAME} ${PREFIX}/bin/${i} - @${LN} ${PREFIX}/man/man1/${PORTNAME}.1 ${PREFIX}/man/man1/${i}.1 + @${LN} -sf ${PORTNAME} ${STAGEDIR}${PREFIX}/bin/${i} + @${LN} -sf ${PORTNAME}.1 ${STAGEDIR}${PREFIX}/man/man1/${i}.1 .endfor .include Modified: head/misc/mmv/pkg-descr ============================================================================== --- head/misc/mmv/pkg-descr Fri Feb 21 12:46:07 2014 (r345380) +++ head/misc/mmv/pkg-descr Fri Feb 21 12:51:20 2014 (r345381) @@ -4,4 +4,4 @@ any unexpected deletion of files due to existing filenames or with other target names. Author: Vladimir Lanin -WWW: http://packages.debian.org/unstable/utils/mmv +WWW: http://packages.debian.org/unstable/utils/mmv Added: head/misc/mmv/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/misc/mmv/pkg-plist Fri Feb 21 12:51:20 2014 (r345381) @@ -0,0 +1,8 @@ +bin/mad +bin/mcp +bin/mln +bin/mmv +man/man1/mad.1.gz +man/man1/mcp.1.gz +man/man1/mln.1.gz +man/man1/mmv.1.gz