mirror of
https://git.freebsd.org/ports.git
synced 2025-07-15 00:09:15 -04:00
10 lines
410 B
Text
10 lines
410 B
Text
--- WindowMaker/Defaults/Makefile.in.orig 2020-08-13 06:26:57 UTC
|
|
+++ WindowMaker/Defaults/Makefile.in
|
|
@@ -562,6 +562,7 @@ WMWindowAttributes: $(srcdir)/WMWindowAttributes.in
|
|
|
|
WindowMaker: $(srcdir)/WindowMaker.in
|
|
$(AM_V_GEN)sed -e "s:#pkgdatadir#:$(pkgdatadir):" \
|
|
+ -e "s:#prefix#:$(prefix):" \
|
|
-e "s:#pixmapdir#:$(pixmapdir):" $(srcdir)/WindowMaker.in \
|
|
> WindowMaker ; \
|
|
chmod 644 WindowMaker
|