aboutsummaryrefslogtreecommitdiff
path: root/misc/cave/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'misc/cave/Makefile')
-rw-r--r--misc/cave/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/misc/cave/Makefile b/misc/cave/Makefile
index 917da070235a..e3a0928bda0b 100644
--- a/misc/cave/Makefile
+++ b/misc/cave/Makefile
@@ -18,9 +18,11 @@ COMMENT= Character Animation Viewer for Everyone
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --program-prefix=""
-MAKE_ARGS= dist_man1_MANS=cave.1
MAN1= cave.1
PLIST_FILES= bin/cave
+pre-build:
+ ${CP} ${WRKSRC}/doc/cave.man ${WRKSRC}/doc/cave.1
+
.include <bsd.port.mk>