summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin/groff/indxbib/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/usr.bin/groff/indxbib/Makefile')
-rw-r--r--gnu/usr.bin/groff/indxbib/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/gnu/usr.bin/groff/indxbib/Makefile b/gnu/usr.bin/groff/indxbib/Makefile
index 1e5768a..d0a070d 100644
--- a/gnu/usr.bin/groff/indxbib/Makefile
+++ b/gnu/usr.bin/groff/indxbib/Makefile
@@ -1,4 +1,4 @@
-# Makefile for indxbib
+# $FreeBSD$
PROG= indxbib
SRCS= indxbib.cc dirnamemax.c signal.c
@@ -6,8 +6,7 @@ CFLAGS+= -I${.CURDIR}/../include
LDADD+= ${LIBBIB} ${LIBGROFF} -lm
DPADD+= ${LIBBIB} ${LIBGROFF} ${LIBM}
-MANDEPEND= indxbib.1
-CLEANFILES+= ${MANDEPEND}
+CLEANFILES+= ${MAN1}
beforeinstall:
${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m ${NOBINMODE} \
OpenPOWER on IntegriCloud