diff options
Diffstat (limited to 'x11/XFree86-4-manuals/Makefile')
-rw-r--r-- | x11/XFree86-4-manuals/Makefile | 5 |
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> |