freebsd-ports/x11/fbpanel/files/patch-Makefile
Pav Lucistnik cf25cf8916 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>
2004-07-12 21:21:14 +00:00

13 lines
352 B
Text

--- 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)