From 015687d5d881e31b60affbaba144f50de462e085 Mon Sep 17 00:00:00 2001 From: Joe Marcus Clarke Date: Fri, 4 Mar 2005 08:01:33 +0000 Subject: Remove the now-redundant MTREE file selection code. This is handled in bsd.port.mk. Requested by: lesi --- textproc/scrollkeeper/Makefile | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) (limited to 'textproc/scrollkeeper') 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 - -.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 +.include -- cgit v1.2.3