diff options
author | marcus <marcus@FreeBSD.org> | 2004-12-13 08:59:03 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2004-12-13 08:59:03 +0800 |
commit | 29ed23e83736c49b0234beddfa3d180a3c51a9b8 (patch) | |
tree | a416fded03f2a1341d83b697e50686586e1f497f /x11-toolkits/gtk20/Makefile | |
parent | 5e02aed0c8b02bf4d13519c9cb43c12a58eab751 (diff) | |
download | freebsd-ports-gnome-29ed23e83736c49b0234beddfa3d180a3c51a9b8.tar.gz freebsd-ports-gnome-29ed23e83736c49b0234beddfa3d180a3c51a9b8.tar.zst freebsd-ports-gnome-29ed23e83736c49b0234beddfa3d180a3c51a9b8.zip |
Create an empty lib/gtk-2.0/modules directory to be used by other ports.
Diffstat (limited to 'x11-toolkits/gtk20/Makefile')
-rw-r--r-- | x11-toolkits/gtk20/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/x11-toolkits/gtk20/Makefile b/x11-toolkits/gtk20/Makefile index 027c7c7430c5..785f2235d103 100644 --- a/x11-toolkits/gtk20/Makefile +++ b/x11-toolkits/gtk20/Makefile @@ -7,6 +7,7 @@ PORTNAME= gtk PORTVERSION= 2.4.14 +PORTREVISION= 1 CATEGORIES= x11-toolkits MASTER_SITES= ${MASTER_SITE_GNOME:S,%SUBDIR%,sources/gtk+/2.4,} \ ftp://ftp.gtk.org/pub/gtk/v2.3/ \ @@ -74,4 +75,7 @@ post-patch: pre-build: @${RM} -rf ${WRKSRC}/docs/gtk.info* +post-install: + ${MKDIR} ${PREFIX}/lib/gtk-2.0/modules + .include <bsd.port.mk> |