From 1035b3c9830c837a398f1e67eb928b4a5bef7551 Mon Sep 17 00:00:00 2001 From: trevor Date: Thu, 20 Nov 2003 15:17:44 +0000 Subject: Attempt to create and delete share/gnome/wm-properties/. Submitted by: Darren "igla" of batterybackups.net (also noticed by Andreas Semborg) Install header files where they can be found during compilation of obconf. This fixes the problem addressed by Tim Bishop in PR 58836, but in a different way. --- x11-wm/openbox/Makefile | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'x11-wm') diff --git a/x11-wm/openbox/Makefile b/x11-wm/openbox/Makefile index 5cdf303ba1b5..b32a39928717 100644 --- a/x11-wm/openbox/Makefile +++ b/x11-wm/openbox/Makefile @@ -66,8 +66,8 @@ pre-install: .for ii in openbox/xdg/openbox openbox/xdg openbox ${ECHO_CMD} @dirrm etc/${ii} >> ${PLIST} .endfor -.for ii in openbox/3.0 3.0 - ${ECHO_CMD} @dirrm include/${ii} >> ${PLIST} +.for ii in include/openbox share/gnome/wm-properties + ${ECHO_CMD} @dirrm ${ii} >> ${PLIST} .endfor .for ii in la lai so so.1 ${ECHO_CMD} lib/libobparser.${ii} >> ${PLIST} @@ -81,10 +81,10 @@ pre-install: .endif do-install: - ${MKDIR} ${DATADIR} ${PREFIX}/etc/openbox/xdg/openbox \ - ${PREFIX}/include/openbox/3.0 + ${MKDIR} ${DATADIR} ${PREFIX}/share/gnome/wm-properties \ + ${PREFIX}/etc/openbox/xdg/openbox ${PREFIX}/include/openbox .for ii in parser/parse render/theme render/render - ${INSTALL_DATA} ${WRKSRC}/${ii}.h ${PREFIX}/include/openbox/3.0 + ${INSTALL_DATA} ${WRKSRC}/${ii}.h ${PREFIX}/include/openbox .endfor .for ii in parser render ${INSTALL_DATA} ${WRKSRC}/${ii}/ob${ii}-3.0.pc \ -- cgit