diff options
Diffstat (limited to 'gnu/usr.bin/groff/afmtodit/Makefile')
-rw-r--r-- | gnu/usr.bin/groff/afmtodit/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/usr.bin/groff/afmtodit/Makefile b/gnu/usr.bin/groff/afmtodit/Makefile index ac347b3..aeb414a 100644 --- a/gnu/usr.bin/groff/afmtodit/Makefile +++ b/gnu/usr.bin/groff/afmtodit/Makefile @@ -1,8 +1,8 @@ # $FreeBSD$ -MAN1= afmtodit.1 +MAN= afmtodit.1 -CLEANFILES+= ${MAN1} +CLEANFILES+= ${MAN} beforeinstall: ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \ |