diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2004-07-12 21:21:14 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2004-07-12 21:21:14 +0000 |
commit | cf25cf89165b7638378c1223ef231c5bbd16ded6 (patch) | |
tree | 0d66ab987b19c4582d44b1b22709a838eb591ec3 /x11/fbpanel/files/patch-Makefile | |
parent | Update to 1.0.2 (diff) |
Add fbpanel, a lightweight, netwm compliant desktop panel. It includes
taskbar, pager, launchbar and more. Works nicely with Metacity, kwm,
xfce4...
PR: ports/68917
Submitted by: Tobias Roth <ports@fsck.ch>
Notes
Notes:
svn path=/head/; revision=113508
Diffstat (limited to 'x11/fbpanel/files/patch-Makefile')
-rw-r--r-- | x11/fbpanel/files/patch-Makefile | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/x11/fbpanel/files/patch-Makefile b/x11/fbpanel/files/patch-Makefile new file mode 100644 index 000000000000..918b9c9a63bf --- /dev/null +++ b/x11/fbpanel/files/patch-Makefile @@ -0,0 +1,13 @@ +--- man/Makefile.orig Sat Jun 26 12:37:59 2004 ++++ man/Makefile Sat Jun 26 12:38:14 2004 +@@ -20,8 +20,8 @@ + + + install: all +- install -d $(PREFIX)/share/man/man1 +- install -m 644 $(TARGET) $(PREFIX)/share/man/man1 ++ install -d $(PREFIX)/man/man1 ++ install -m 644 $(TARGET) $(PREFIX)/man/man1 + + uninstall: + rm -f $(PREFIX)/share/man/man1/$(TARGET) |