diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2003-01-20 03:45:51 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2003-01-20 03:45:51 +0000 |
commit | 9b2786ea006039e275ec9dea2d7375812613186c (patch) | |
tree | 348ef8b1c843277e346e3cb8483f79bd031cd8fe /audio/rexima/files/patch-Makefile | |
parent | new port: security/clamav (diff) |
New Port: rexima
A ncurses-based mixer program.
PR: ports/40607
Submitted by: Jerry Eriksson <jerry.e@gmx.net>
Notes
Notes:
svn path=/head/; revision=73592
Diffstat (limited to 'audio/rexima/files/patch-Makefile')
-rw-r--r-- | audio/rexima/files/patch-Makefile | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/audio/rexima/files/patch-Makefile b/audio/rexima/files/patch-Makefile new file mode 100644 index 000000000000..1a635ce21dea --- /dev/null +++ b/audio/rexima/files/patch-Makefile @@ -0,0 +1,10 @@ +--- Makefile.orig Sun Jan 19 19:44:36 2003 ++++ Makefile Sun Jan 19 19:44:49 2003 +@@ -7,7 +7,6 @@ + # MANDIR to directory for man page. + # Usually it will be simpler to just set PREFIX. + # +-PREFIX=/usr/local + BINDIR=$(PREFIX)/bin + MANDIR=$(PREFIX)/man/man1 + |