aboutsummaryrefslogtreecommitdiff
path: root/x11-fonts/bitstream-vera
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2005-02-16 05:11:47 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2005-02-16 05:11:47 +0000
commit6b37e77d3464c61bc8bc3223958e82548d220c41 (patch)
tree000e5c05e0635e82c8da8f8714da2a51bba33ec7 /x11-fonts/bitstream-vera
parent71b7b471d792256b36d1c6b7d80afa41e62713e3 (diff)
downloadports-6b37e77d3464c61bc8bc3223958e82548d220c41.tar.gz
ports-6b37e77d3464c61bc8bc3223958e82548d220c41.zip
Use the correct plist.
Notes
Notes: svn path=/head/; revision=128989
Diffstat (limited to 'x11-fonts/bitstream-vera')
-rw-r--r--x11-fonts/bitstream-vera/Makefile10
1 files changed, 9 insertions, 1 deletions
diff --git a/x11-fonts/bitstream-vera/Makefile b/x11-fonts/bitstream-vera/Makefile
index bcc51023c092..350e81de4e48 100644
--- a/x11-fonts/bitstream-vera/Makefile
+++ b/x11-fonts/bitstream-vera/Makefile
@@ -36,6 +36,14 @@ PKGMESSAGE= ${WRKDIR}/pkg-message
FONTNAME= ${PORTNAME}
FONTSDIR?= ${PREFIX}/lib/X11/fonts/${FONTNAME}
+.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
+
.SILENT:
post-patch:
@@ -75,4 +83,4 @@ post-install:
${CAT} ${PKGMESSAGE}
${ECHO_MSG}
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>