Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 18 Jun 2014 10:14:01 +0000 (UTC)
From:      "Vanilla I. Shu" <vanilla@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r358240 - in head/math/entropy: . files
Message-ID:  <201406181014.s5IAE1UC067156@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <bsd.port.mk>

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201406181014.s5IAE1UC067156>