summaryrefslogtreecommitdiff
path: root/x11/XFree86-4-manuals
diff options
context:
space:
mode:
authorFUJISHIMA Satsuki <sf@FreeBSD.org>2002-01-06 20:47:38 +0000
committerFUJISHIMA Satsuki <sf@FreeBSD.org>2002-01-06 20:47:38 +0000
commit06c2ca48a63f148c1a59bc637d45c584933d02b9 (patch)
treeef9c0eb67d1753d1ba5a374a344e799fb1474eb4 /x11/XFree86-4-manuals
parento don't grok ${FILESDIR} for Wraphelp.c. (diff)
move pre.mk inclusion to the bottom.
Notes
Notes: svn path=/head/; revision=52667
Diffstat (limited to 'x11/XFree86-4-manuals')
-rw-r--r--x11/XFree86-4-manuals/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/x11/XFree86-4-manuals/Makefile b/x11/XFree86-4-manuals/Makefile
index b724aef96b7d..fe13eff18170 100644
--- a/x11/XFree86-4-manuals/Makefile
+++ b/x11/XFree86-4-manuals/Makefile
@@ -25,9 +25,6 @@ DIST_SUBDIR= xc
WRKSRC= ${WRKDIR}/xc/doc/man
INSTALL_TARGET= install.man
-.include <bsd.port.pre.mk>
-.include <${FILESDIR}/manpages>
-
do-configure:
(cd ${WRKSRC} && \
imake -DUseInstalled ${PROJECTROOT} -I${PREFIX}/lib/X11/config \
@@ -36,4 +33,6 @@ do-configure:
${MAKE} includes ; \
${MAKE} depend)
+.include <bsd.port.pre.mk>
+.include "${FILESDIR}/manpages"
.include <bsd.port.post.mk>