From owner-svn-ports-all@FreeBSD.ORG Fri Jun 5 16:30:01 2015 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 9424D324; Fri, 5 Jun 2015 16:30:01 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) 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 81CF71B9F; Fri, 5 Jun 2015 16:30:01 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t55GU130098758; Fri, 5 Jun 2015 16:30:01 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t55GU1dj098749; Fri, 5 Jun 2015 16:30:01 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201506051630.t55GU1dj098749@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Fri, 5 Jun 2015 16:30:01 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r388592 - in head/sysutils/phantom: . 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.20 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: Fri, 05 Jun 2015 16:30:01 -0000 Author: amdmi3 Date: Fri Jun 5 16:30:00 2015 New Revision: 388592 URL: https://svnweb.freebsd.org/changeset/ports/388592 Log: - Fix binary installation - Switch to USES=tar Approved by: portmgr blanket Modified: head/sysutils/phantom/Makefile head/sysutils/phantom/files/patch-Makefile Modified: head/sysutils/phantom/Makefile ============================================================================== --- head/sysutils/phantom/Makefile Fri Jun 5 16:29:41 2015 (r388591) +++ head/sysutils/phantom/Makefile Fri Jun 5 16:30:00 2015 (r388592) @@ -3,15 +3,16 @@ PORTNAME= phantom PORTVERSION= 1.2 +PORTREVISION= 1 CATEGORIES= sysutils MASTER_SITES= http://www.vanheusden.com/Linux/ -EXTRACT_SUFX= .tgz MAINTAINER= ota@j.email.ne.jp COMMENT= Phantomblock generator (converts existing files to sparse files) LICENSE= GPLv2 +USES= tar:tgz ALL_TARGET= all PLIST_FILES= bin/phantom Modified: head/sysutils/phantom/files/patch-Makefile ============================================================================== --- head/sysutils/phantom/files/patch-Makefile Fri Jun 5 16:29:41 2015 (r388591) +++ head/sysutils/phantom/files/patch-Makefile Fri Jun 5 16:30:00 2015 (r388592) @@ -1,5 +1,5 @@ ---- Makefile.orig 2005-07-08 17:30:27.000000000 +0800 -+++ Makefile 2014-06-27 23:13:45.387524232 +0800 +--- Makefile.orig 2005-07-08 09:30:27 UTC ++++ Makefile @@ -1,8 +1,8 @@ VERSION=1.2 @@ -16,7 +16,7 @@ install: phantom - cp phantom $(DESTDIR)/usr/bin -+ ${INSTALL} -m 755 phantom $(DESTDIR)${PREFIX}/bin ++ ${BSD_INSTALL_PROGRAM} phantom $(DESTDIR)${PREFIX}/bin clean: rm -f $(OBJS) core phantom