1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-21 00:25:50 +00:00
Approved by:	portmgr@
This commit is contained in:
Vanilla I. Shu 2014-06-18 10:14:01 +00:00
parent a9ab079081
commit ecd391ebd4
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=358240
2 changed files with 14 additions and 4 deletions

View File

@ -9,9 +9,6 @@ MASTER_SITES= http://www.seccuris.com/documents/downloads/
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>

View File

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