mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
Stagify.
Approved by: portmgr@
This commit is contained in:
parent
a9ab079081
commit
ecd391ebd4
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=358240
@ -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>
|
||||
|
13
math/entropy/files/patch-Makefile
Normal file
13
math/entropy/files/patch-Makefile
Normal 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
|
Loading…
Reference in New Issue
Block a user