diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2005-03-04 08:01:33 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2005-03-04 08:01:33 +0000 |
commit | 015687d5d881e31b60affbaba144f50de462e085 (patch) | |
tree | 395c952eb4232f297f0e81e5b8b5e5504b928bd9 | |
parent | 7f6b08a64dfe1e4d7c3e3509f5866e75f3300718 (diff) | |
download | ports-015687d5d881e31b60affbaba144f50de462e085.tar.gz ports-015687d5d881e31b60affbaba144f50de462e085.zip |
Notes
-rw-r--r-- | lang/librep/Makefile | 6 | ||||
-rw-r--r-- | textproc/scrollkeeper/Makefile | 10 | ||||
-rw-r--r-- | x11-fonts/bitstream-vera/Makefile | 6 | ||||
-rw-r--r-- | x11-fonts/fontconfig/Makefile | 6 |
4 files changed, 1 insertions, 27 deletions
diff --git a/lang/librep/Makefile b/lang/librep/Makefile index dc3b07ffde09..a95b9628189b 100644 --- a/lang/librep/Makefile +++ b/lang/librep/Makefile @@ -45,12 +45,6 @@ LIB_DEPENDS+= gmp.6:${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 diff --git a/textproc/scrollkeeper/Makefile b/textproc/scrollkeeper/Makefile index ab16e38db373..688c122f9538 100644 --- a/textproc/scrollkeeper/Makefile +++ b/textproc/scrollkeeper/Makefile @@ -54,14 +54,6 @@ MAN7= scrollkeeper.7 MAN8= scrollkeeper-preinstall.8 scrollkeeper-rebuilddb.8 \ scrollkeeper-update.8 -.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-patch: @${FIND} ${WRKSRC} -name Makefile.in | ${XARGS} ${REINPLACE_CMD} -e \ 's|[(]LN_S[)] -f -n|(LN_S) -f|g' @@ -70,4 +62,4 @@ post-patch: @${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|g' \ ${WRKSRC}/extract/dtds/Makefile.in -.include <bsd.port.post.mk> +.include <bsd.port.mk> diff --git a/x11-fonts/bitstream-vera/Makefile b/x11-fonts/bitstream-vera/Makefile index 350e81de4e48..98890ad29fe7 100644 --- a/x11-fonts/bitstream-vera/Makefile +++ b/x11-fonts/bitstream-vera/Makefile @@ -38,12 +38,6 @@ 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: diff --git a/x11-fonts/fontconfig/Makefile b/x11-fonts/fontconfig/Makefile index abc180768836..fd345d06554e 100644 --- a/x11-fonts/fontconfig/Makefile +++ b/x11-fonts/fontconfig/Makefile @@ -169,12 +169,6 @@ PATCHFILES+= fontconfig-2.2.3-default_config-20041114.patch \ PATCH_DIST_STRIP+= -p1:CJK_charmaps .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 - .if defined(NOPORTDOCS) post-patch: @${REINPLACE_CMD} -Ee 's,(install-data-am: )install-data-local,\1,g' \ |