diff options
Diffstat (limited to 'gnu/libexec/uucp/uuxqt/Makefile')
-rw-r--r-- | gnu/libexec/uucp/uuxqt/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/libexec/uucp/uuxqt/Makefile b/gnu/libexec/uucp/uuxqt/Makefile index 8c6dffa..d1dafe7 100644 --- a/gnu/libexec/uucp/uuxqt/Makefile +++ b/gnu/libexec/uucp/uuxqt/Makefile @@ -13,7 +13,7 @@ DPADD+= $(LIBUNIX) $(LIBUUCONF) $(LIBUUCP) CFLAGS+= -I$(.CURDIR)/../common_sources\ -DVERSION=\"$(VERSION)\" -DOWNER=\"$(owner)\" -MAN8= uuxqt.8 +MAN= uuxqt.8 .include <bsd.prog.mk> .PATH: $(.CURDIR)/../common_sources |