openbsd-ports/x11/mrxvt/patches/patch-share_Makefile_in
jasper 1f106aa535 import mrxvt 0.5.2 (on behalf of ajacoutot@ who is to drunk to do so)
Mrxvt (previously named materm) is a lightweight, powerful multi-tabbed
terminal emulator for the X window system.
mrxvt is based on rxvt version 2.7.11 CVS and aterm.
It implements many useful features seen in some modern X terminal
emulators (like gnome-terminal and konsole) but aims to be fast,
lightweight and independent of standard toolkits or desktop environments
(e.g. Gnome / KDE).

Original port from maxim at student.chalmers dot se

ok steven@ ajacoutot@
2006-11-15 22:11:29 +00:00

13 lines
569 B
Plaintext

$OpenBSD: patch-share_Makefile_in,v 1.1.1.1 2006/11/15 22:11:29 jasper Exp $
--- share/Makefile.in.orig Mon Nov 13 10:26:07 2006
+++ share/Makefile.in Mon Nov 13 10:27:13 2006
@@ -185,7 +185,7 @@ sysconfdir = @sysconfdir@
target_alias = @target_alias@
docdir = $(datadir)/doc/$(PACKAGE_NAME)
dist_conf_DATA = default.menu submenus.menu mrxvtrc mrxvtrc.sample
-confdir = $(sysconfdir)/$(PACKAGE_NAME)
+confdir = @prefix@/share/examples/$(PACKAGE_NAME)
# Distribute scripts with documentation. Package maintaners can clean them up
# and install them if necessary.