aboutsummaryrefslogtreecommitdiffstats
path: root/x11-toolkits/gtk12/Makefile
diff options
context:
space:
mode:
authorsobomax <sobomax@FreeBSD.org>2000-06-05 21:31:58 +0800
committersobomax <sobomax@FreeBSD.org>2000-06-05 21:31:58 +0800
commit987522febc76a953b3f9d5fca804e88b151f5cb5 (patch)
treec0eef40649cb02164d69900c08fecd4abfcecdb9 /x11-toolkits/gtk12/Makefile
parentd295c1a5f15323c5770d6201f1bf3a4510aa2f5e (diff)
downloadfreebsd-ports-gnome-987522febc76a953b3f9d5fca804e88b151f5cb5.tar.gz
freebsd-ports-gnome-987522febc76a953b3f9d5fca804e88b151f5cb5.tar.zst
freebsd-ports-gnome-987522febc76a953b3f9d5fca804e88b151f5cb5.zip
Move responsibility for the lib/gtk/engines directory into gtk12 port. This
directory is shared between at least 3 ports (GTK+ theme engines). Suggested by: bento
Diffstat (limited to 'x11-toolkits/gtk12/Makefile')
-rw-r--r--x11-toolkits/gtk12/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/x11-toolkits/gtk12/Makefile b/x11-toolkits/gtk12/Makefile
index 5332fa13e3ce..d6e11f99cf69 100644
--- a/x11-toolkits/gtk12/Makefile
+++ b/x11-toolkits/gtk12/Makefile
@@ -33,7 +33,9 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
MAN1= gtk12-config.1
pre-build:
- ${PERL} -i -pe 's/\\"$$/\\/' ${WRKSRC}/gtk/gtkrc.*
${RM} -rf ${WRKSRC}/docs/gtk.info*
+post-install:
+ @${MKDIR} ${PREFIX}/lib/gtk/themes/engines
+
.include <bsd.port.mk>