svn commit: r358240 - in head/math/entropy: . files

Vanilla I. Shu vanilla at FreeBSD.org
Wed Jun 18 10:14:02 UTC 2014


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 at 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


More information about the svn-ports-head mailing list