From owner-svn-ports-head@FreeBSD.ORG Wed Jun 18 10:14:02 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 5AA0A98A; Wed, 18 Jun 2014 10:14:02 +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 471C22F72; Wed, 18 Jun 2014 10:14:02 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s5IAE2ZE067162; Wed, 18 Jun 2014 10:14:02 GMT (envelope-from vanilla@svn.freebsd.org) Received: (from vanilla@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s5IAE1UC067156; Wed, 18 Jun 2014 10:14:01 GMT (envelope-from vanilla@svn.freebsd.org) Message-Id: <201406181014.s5IAE1UC067156@svn.freebsd.org> From: "Vanilla I. Shu" Date: Wed, 18 Jun 2014 10:14:01 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r358240 - in head/math/entropy: . 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-head@freebsd.org X-Mailman-Version: 2.1.18 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: Wed, 18 Jun 2014 10:14:02 -0000 Author: vanilla Date: Wed Jun 18 10:14:01 2014 New Revision: 358240 URL: http://svnweb.freebsd.org/changeset/ports/358240 QAT: https://qat.redports.org/buildarchive/r358240/ Log: Stagify. Approved by: portmgr@ Added: head/math/entropy/files/ head/math/entropy/files/patch-Makefile (contents, props changed) Modified: head/math/entropy/Makefile Modified: head/math/entropy/Makefile ============================================================================== --- head/math/entropy/Makefile Wed Jun 18 10:09:15 2014 (r358239) +++ head/math/entropy/Makefile Wed Jun 18 10:14:01 2014 (r358240) @@ -9,9 +9,6 @@ MASTER_SITES= http://www.seccuris.com/do MAINTAINER= csjp@FreeBSD.org COMMENT= Calculate data entropy to benchmark compression algorithms -MAN1= entropy.1 -MANCOMPRESSED= yes -PLIST_FILES= bin/entropy +PLIST_FILES= bin/entropy man/man1/entropy.1.gz -NO_STAGE= yes .include Added: head/math/entropy/files/patch-Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/entropy/files/patch-Makefile Wed Jun 18 10:14:01 2014 (r358240) @@ -0,0 +1,13 @@ +--- Makefile.orig 2014-06-18 18:11:21.760498422 +0800 ++++ Makefile 2014-06-18 18:11:35.534517376 +0800 +@@ -12,8 +12,8 @@ entropy: $(OBJS) + $(CC) -o $(PROG) $(OBJS) $(LIBS) + + install: +- cp entropy.1.gz $(PREFIX)/man/man1/ +- cp entropy $(PREFIX)/bin ++ cp entropy.1.gz $(DESTDIR)$(PREFIX)/man/man1/ ++ cp entropy $(DESTDIR)$(PREFIX)/bin + + deinstall: + rm -f $(PREFIX)/man/man1/entropy.1.gz