diff options
author | Pete Fritchman <petef@FreeBSD.org> | 2001-11-24 18:02:02 +0000 |
---|---|---|
committer | Pete Fritchman <petef@FreeBSD.org> | 2001-11-24 18:02:02 +0000 |
commit | 14f0ff9de838932b80c3ac014fdf1c0a34bebf05 (patch) | |
tree | dfeb2fbcfa4bc565276fdb76984330b3612aa0c0 /cad | |
parent | 1596d6b83f7cf044f7bb0d0160b904a1bae00922 (diff) | |
download | ports-14f0ff9de838932b80c3ac014fdf1c0a34bebf05.tar.gz ports-14f0ff9de838932b80c3ac014fdf1c0a34bebf05.zip |
Notes
Diffstat (limited to 'cad')
-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} |