summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMamoru Komachi <usata@gentoo.org>2003-10-13 11:07:41 +0000
committerMamoru Komachi <usata@gentoo.org>2003-10-13 11:07:41 +0000
commit037681ad2e3675465d385f81c4c45a2f84826945 (patch)
tree8f4fe229b15ddea04fabd685aeb88f75609fa174 /x11-wm/pekwm/files
parentbump (diff)
downloadgentoo-2-037681ad2e3675465d385f81c4c45a2f84826945.tar.gz
gentoo-2-037681ad2e3675465d385f81c4c45a2f84826945.tar.bz2
gentoo-2-037681ad2e3675465d385f81c4c45a2f84826945.zip
Fixed man location and added html doc. Added truetype, xinerama and perl IUSE flag.
Diffstat (limited to 'x11-wm/pekwm/files')
-rw-r--r--x11-wm/pekwm/files/pekwm-manpath-gentoo.diff13
1 files changed, 13 insertions, 0 deletions
diff --git a/x11-wm/pekwm/files/pekwm-manpath-gentoo.diff b/x11-wm/pekwm/files/pekwm-manpath-gentoo.diff
new file mode 100644
index 000000000000..464a1ad3eb91
--- /dev/null
+++ b/x11-wm/pekwm/files/pekwm-manpath-gentoo.diff
@@ -0,0 +1,13 @@
+--- docs/Makefile.in.orig 2003-06-06 04:12:14.000000000 +0900
++++ docs/Makefile.in 2003-10-13 19:46:15.000000000 +0900
+@@ -12,8 +12,8 @@
+ sed 's:<PREFIX>:$(DATADIR):' pekwm.1.in > pekwm.1
+
+ install: all
+- mkdir -p $(DESTDIR)$(prefix)/man/man1
+- $(INSTALL) -m $(DATA_MODE) pekwm.1 $(DESTDIR)$(prefix)/man/man1
++ mkdir -p $(DESTDIR)$(prefix)/share/man/man1
++ $(INSTALL) -m $(DATA_MODE) pekwm.1 $(DESTDIR)$(prefix)/share/man/man1
+
+ clean:
+ rm -f pekwm.1