diff options
Diffstat (limited to 'games/ktritoc')
-rw-r--r-- | games/ktritoc/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/games/ktritoc/Makefile b/games/ktritoc/Makefile index a8c29d28e9e2..ca4a1b94a433 100644 --- a/games/ktritoc/Makefile +++ b/games/ktritoc/Makefile @@ -20,4 +20,7 @@ GNU_CONFIGURE= yes CONFIGURE_TARGET= CONFIGURE_ARGS+=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL} +post-patch: + ${RM} -r ${WRKSRC}/ktritoc/doc/ktritoc/dtd + .include <bsd.port.mk> |