aboutsummaryrefslogtreecommitdiffstats
path: root/misc/cave/Makefile
diff options
context:
space:
mode:
authorvs <vs@FreeBSD.org>2005-05-23 17:14:07 +0800
committervs <vs@FreeBSD.org>2005-05-23 17:14:07 +0800
commita97d7391c354aede2f554dd4815010bd260ab292 (patch)
tree2599e547bcc5e0552cff788204a5e2a953fc8294 /misc/cave/Makefile
parentecf7d8c172d7f6265f9a05826c361aad52f933f2 (diff)
downloadfreebsd-ports-gnome-a97d7391c354aede2f554dd4815010bd260ab292.tar.gz
freebsd-ports-gnome-a97d7391c354aede2f554dd4815010bd260ab292.tar.zst
freebsd-ports-gnome-a97d7391c354aede2f554dd4815010bd260ab292.zip
- Use MAKE_ARGS
- Drop unnecessary pre-build-target
Diffstat (limited to 'misc/cave/Makefile')
-rw-r--r--misc/cave/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/misc/cave/Makefile b/misc/cave/Makefile
index e3a0928bda0b..917da070235a 100644
--- a/misc/cave/Makefile
+++ b/misc/cave/Makefile
@@ -18,11 +18,9 @@ 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>