diff options
| author | Vanilla I. Shu <vanilla@FreeBSD.org> | 2014-06-18 10:14:01 +0000 |
|---|---|---|
| committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 2014-06-18 10:14:01 +0000 |
| commit | ecd391ebd4e4b72e74541259f58a925145bc1d01 (patch) | |
| tree | f1b5225cf32345a3b8333cf3258d93617fd7eef0 /math/entropy/files/patch-Makefile | |
| parent | Stagify. (diff) | |
Stagify.
Approved by: portmgr@
Notes
Notes:
svn path=/head/; revision=358240
Diffstat (limited to 'math/entropy/files/patch-Makefile')
| -rw-r--r-- | math/entropy/files/patch-Makefile | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/math/entropy/files/patch-Makefile b/math/entropy/files/patch-Makefile new file mode 100644 index 000000000000..652b7710924a --- /dev/null +++ b/math/entropy/files/patch-Makefile @@ -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 |
