aboutsummaryrefslogtreecommitdiff
path: root/print
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2013-05-04 22:28:11 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2013-05-04 22:28:11 +0000
commit51d4e2334cbb1f3a8ad075963bb3a6102f0d321e (patch)
treeddcb5fd9bce32b5cd3ae03c30e200109173bdd8d /print
parent008e415ee030e47c95eb4c98289dbdfd59b13dd2 (diff)
downloadports-51d4e2334cbb1f3a8ad075963bb3a6102f0d321e.tar.gz
ports-51d4e2334cbb1f3a8ad075963bb3a6102f0d321e.zip
Fix build on current
Notes
Notes: svn path=/head/; revision=317385
Diffstat (limited to 'print')
-rw-r--r--print/epsonepl/files/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/print/epsonepl/files/Makefile b/print/epsonepl/files/Makefile
index 7e9049a020ee..41012fd94e9e 100644
--- a/print/epsonepl/files/Makefile
+++ b/print/epsonepl/files/Makefile
@@ -11,6 +11,6 @@ SRCS= ijs_server_epsonepl.c epl_compress.c epl_job_footer.c epl_job_header.c \
epl_page_footer.c epl_page_header.c epl_print_stripe.c
SCRIPTS= ps2epl
-NOMAN= yes
+NO_MAN= yes
.include <bsd.prog.mk>