diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2004-12-13 09:16:33 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2004-12-13 09:16:33 +0800 |
commit | 239fc8ae0d737ab1116173971927aed03eae84b8 (patch) | |
tree | cf799db018cc572b081f36c394812e1fae294c60 /x11-toolkits/gtk20/Makefile | |
parent | 1add7c6eaa973c80c21d82796323360ca65c8431 (diff) | |
download | marcuscom-ports-239fc8ae0d737ab1116173971927aed03eae84b8.tar marcuscom-ports-239fc8ae0d737ab1116173971927aed03eae84b8.tar.gz marcuscom-ports-239fc8ae0d737ab1116173971927aed03eae84b8.tar.bz2 marcuscom-ports-239fc8ae0d737ab1116173971927aed03eae84b8.tar.lz marcuscom-ports-239fc8ae0d737ab1116173971927aed03eae84b8.tar.xz marcuscom-ports-239fc8ae0d737ab1116173971927aed03eae84b8.tar.zst marcuscom-ports-239fc8ae0d737ab1116173971927aed03eae84b8.zip |
Create a lib/gtk-2.0/modules directory for use by other ports.
Obtained from: FreeBSD ports tree
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@3240 df743ca5-7f9a-e211-a948-0013205c9059
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 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> |