aboutsummaryrefslogtreecommitdiff
path: root/x11-toolkits
diff options
context:
space:
mode:
authorJeremy Messenger <mezz@FreeBSD.org>2006-06-12 04:58:43 +0000
committerJeremy Messenger <mezz@FreeBSD.org>2006-06-12 04:58:43 +0000
commit7f86966102abb69c7515a5251bd8a58c6e0dc124 (patch)
tree7df8eae5b4ef12fa445a8185aa981bd03f27db53 /x11-toolkits
parent94b809ada37ccd305abadce46107e632e2d86f15 (diff)
downloadports-7f86966102abb69c7515a5251bd8a58c6e0dc124.tar.gz
ports-7f86966102abb69c7515a5251bd8a58c6e0dc124.zip
Notes
Diffstat (limited to 'x11-toolkits')
-rw-r--r--x11-toolkits/pango/Makefile10
1 files changed, 9 insertions, 1 deletions
diff --git a/x11-toolkits/pango/Makefile b/x11-toolkits/pango/Makefile
index 55ae37e1de98..8171b26042b6 100644
--- a/x11-toolkits/pango/Makefile
+++ b/x11-toolkits/pango/Makefile
@@ -64,6 +64,14 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include/freetype2 \
PLIST_SUB+= X11=""
.endif
+.include <bsd.port.pre.mk>
+
+.if ${X_WINDOW_SYSTEM:L} == xfree86-3
+MTREE_FILE= /etc/mtree/BSD.x11.dist
+.else
+MTREE_FILE= /etc/mtree/BSD.x11-4.dist
+.endif
+
post-install:
@${SED} -e 's|%%X11BASE%%|${X11BASE}|' < ${FILESDIR}/pkg-install.in \
> ${PKGINSTALL}
@@ -71,6 +79,6 @@ post-install:
@${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL
.endif
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>
.endif