summaryrefslogtreecommitdiff
path: root/lang
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 /lang
parentApply USE_RCORDER or USE_RC_SUBR, conditional on OSVERSION. (diff)
Use the correct mtree when you change the prefix, for example:
Incorrect: (before) ================================ # cd /usr/ports/x11-toolkits/pango # make -V MTREE_FILE /etc/mtree/BSD.x11-4.dist # make PREFIX=/tmp/foo -V MTREE_FILE /etc/mtree/BSD.local.dist <-- Here... ================================ Correct: (after) ================================ # cd /usr/ports/x11-toolkits/pango # make -V MTREE_FILE /etc/mtree/BSD.x11-4.dist # make PREFIX=/tmp/foo -V MTREE_FILE /etc/mtree/BSD.x11-4.dist <-- Here... ================================
Notes
Notes: svn path=/head/; revision=165166
Diffstat (limited to 'lang')
-rw-r--r--lang/librep/Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/lang/librep/Makefile b/lang/librep/Makefile
index 212f722585ce..b6b982dcea0e 100644
--- a/lang/librep/Makefile
+++ b/lang/librep/Makefile
@@ -50,6 +50,12 @@ LIB_DEPENDS+= gmp.7:${PORTSDIR}/math/libgmp4
EXTRA_PATCHES+= ${FILESDIR}/stable-patch-src_numbers.c
.endif
+.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-extract:
@${RM} ${WRKSRC}/test