diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2006-11-30 10:25:15 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2006-11-30 10:25:15 +0000 |
commit | 144d2d9773499e9ccc2ad1d1037795a34ec82a37 (patch) | |
tree | ed8f9360815c0c5c68243c637b424f16797d0d81 /x11/wmmenu | |
parent | 46326af19dcc9edb23abc96f8438a4bb1f809fb7 (diff) | |
download | ports-144d2d9773499e9ccc2ad1d1037795a34ec82a37.tar.gz ports-144d2d9773499e9ccc2ad1d1037795a34ec82a37.zip |
Notes
Diffstat (limited to 'x11/wmmenu')
-rw-r--r-- | x11/wmmenu/files/patch-Makefile | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/x11/wmmenu/files/patch-Makefile b/x11/wmmenu/files/patch-Makefile new file mode 100644 index 000000000000..c4905185ae82 --- /dev/null +++ b/x11/wmmenu/files/patch-Makefile @@ -0,0 +1,8 @@ +--- Makefile.orig Mon Nov 27 22:50:17 2006 ++++ Makefile Mon Nov 27 23:00:33 2006 +@@ -1,4 +1,4 @@ +-prefix = /usr/local ++prefix = $(PREFIX) + BINDIR = $(prefix)/bin + MANDIR = $(prefix)/man + ETCDIR = $(prefix)/etc |