diff options
author | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2024-02-22 14:13:29 +0100 |
---|---|---|
committer | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2024-02-22 14:23:54 +0100 |
commit | 5ce9bd8c4b1f1c33dd3c318ede492615fe026974 (patch) | |
tree | efe3e24c8ff25e477f3835009ab55c529616415b /cad/lepton-eda/Makefile | |
parent | 44344211395b0c7e3238a5648596ab4932b6c38c (diff) | |
download | freebsd-ports-5ce9bd8c4b1f1c33dd3c318ede492615fe026974.zip |
cad/lepton-eda: Moved man to share/man
Approved by: portmgr (blanket)
Diffstat (limited to 'cad/lepton-eda/Makefile')
-rw-r--r-- | cad/lepton-eda/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/cad/lepton-eda/Makefile b/cad/lepton-eda/Makefile index 520f2dd386aa..50b6f2bc1476 100644 --- a/cad/lepton-eda/Makefile +++ b/cad/lepton-eda/Makefile @@ -1,6 +1,6 @@ PORTNAME= lepton-eda PORTVERSION= 1.9.18 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= cad MASTER_SITES= https://github.com/lepton-eda/lepton-eda/releases/download/${PORTVERSION}-20220529/ @@ -41,6 +41,7 @@ SHEBANG_FILES= utils/pcb_backannotate/lepton-pcb_backannotate \ utils/symfix/lepton-symfix GNU_CONFIGURE= yes +GNU_CONFIGURE_MANPREFIX=${PREFIX}/share CONFIGURE_ARGS= --enable-guild INSTALL_TARGET= install-strip |