From owner-svn-ports-all@FreeBSD.ORG Thu May 22 12:19:40 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 813F6DF2; Thu, 22 May 2014 12:19:40 +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)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6EEAF2BBB; Thu, 22 May 2014 12:19:40 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s4MCJeMu022931; Thu, 22 May 2014 12:19:40 GMT (envelope-from vanilla@svn.freebsd.org) Received: (from vanilla@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s4MCJe4B022929; Thu, 22 May 2014 12:19:40 GMT (envelope-from vanilla@svn.freebsd.org) Message-Id: <201405221219.s4MCJe4B022929@svn.freebsd.org> From: "Vanilla I. Shu" Date: Thu, 22 May 2014 12:19:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r354828 - in head/audio/vitunes: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 22 May 2014 12:19:40 -0000 Author: vanilla Date: Thu May 22 12:19:39 2014 New Revision: 354828 URL: http://svnweb.freebsd.org/changeset/ports/354828 QAT: https://qat.redports.org/buildarchive/r354828/ Log: Stageify. Approved by: portmgr@ Added: head/audio/vitunes/files/ head/audio/vitunes/files/patch-Makefile (contents, props changed) Modified: head/audio/vitunes/Makefile Modified: head/audio/vitunes/Makefile ============================================================================== --- head/audio/vitunes/Makefile Thu May 22 11:41:12 2014 (r354827) +++ head/audio/vitunes/Makefile Thu May 22 12:19:39 2014 (r354828) @@ -16,10 +16,8 @@ COMMENT= A curses-based media player wit RUN_DEPENDS= mplayer:${PORTSDIR}/multimedia/mplayer LIB_DEPENDS= libtag.so:${PORTSDIR}/audio/taglib -NO_STAGE= yes ALL_TARGET= vitunes -PLIST_FILES= bin/vitunes -MAN1= vitunes.1 +PLIST_FILES= bin/vitunes man/man1/${PORTNAME}.1.gz post-patch: @${REINPLACE_CMD} -e 's|/usr/local|${PREFIX}|g' ${WRKSRC}/Makefile Added: head/audio/vitunes/files/patch-Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/audio/vitunes/files/patch-Makefile Thu May 22 12:19:39 2014 (r354828) @@ -0,0 +1,13 @@ +--- Makefile.orig 2014-05-22 20:16:49.520071386 +0800 ++++ Makefile 2014-05-22 20:17:06.033081335 +0800 +@@ -40,8 +40,8 @@ clean: + rm -f vitunes vitunes.core vitunes-debug.log + + install: vitunes +- /usr/bin/install -c -m 0555 vitunes $(BINDIR) +- /usr/bin/install -c -m 0444 vitunes.1 $(MANDIR) ++ /usr/bin/install -c -m 0555 vitunes $(DESTDIR)$(BINDIR) ++ /usr/bin/install -c -m 0444 vitunes.1 $(DESTDIR)$(MANDIR) + + uninstall: + rm -f $(BINDIR)/vitunes