diff options
Diffstat (limited to 'cad/pcb/Makefile')
-rw-r--r-- | cad/pcb/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/cad/pcb/Makefile b/cad/pcb/Makefile index c26cde2f8895..2046ca16cce0 100644 --- a/cad/pcb/Makefile +++ b/cad/pcb/Makefile @@ -17,8 +17,7 @@ BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4 \ latex:${PORTSDIR}/print/teTeX USE_IMAKE= yes -MANN= pcb.n -MANCOMPRESSED= no +MAN1= pcb.1 pre-install: -${MKDIR} ${DOCSDIR} |