summaryrefslogtreecommitdiffstats
path: root/x11-toolkits/gtk20/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'x11-toolkits/gtk20/Makefile')
-rw-r--r--x11-toolkits/gtk20/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/x11-toolkits/gtk20/Makefile b/x11-toolkits/gtk20/Makefile
index be8d646d2..45dd3c471 100644
--- a/x11-toolkits/gtk20/Makefile
+++ b/x11-toolkits/gtk20/Makefile
@@ -7,6 +7,7 @@
PORTNAME= gtk
PORTVERSION= 2.5.6
+PORTREVISION= 1
CATEGORIES= x11-toolkits
MASTER_SITES= ${MASTER_SITE_GNOME:S,%SUBDIR%,sources/gtk+/2.5,} \
ftp://ftp.gtk.org/pub/gtk/v2.5/ \
@@ -73,4 +74,7 @@ post-patch:
pre-build:
@${RM} -rf ${WRKSRC}/docs/gtk.info*
+post-install:
+ ${MKDIR} ${PREFIX}/lib/gtk-2.0/modules
+
.include <bsd.port.mk>