summaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2005-03-04 08:01:33 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2005-03-04 08:01:33 +0000
commit015687d5d881e31b60affbaba144f50de462e085 (patch)
tree395c952eb4232f297f0e81e5b8b5e5504b928bd9 /textproc
parentadd impact 0.5.3 (diff)
Remove the now-redundant MTREE file selection code. This is handled in
bsd.port.mk. Requested by: lesi
Notes
Notes: svn path=/head/; revision=130329
Diffstat (limited to 'textproc')
-rw-r--r--textproc/scrollkeeper/Makefile10
1 files changed, 1 insertions, 9 deletions
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>