diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2024-01-10 09:15:44 +0100 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2024-01-10 09:16:01 +0100 |
commit | 1b819e486953bae191a4b8f0da175b55cb6c3070 (patch) | |
tree | a9eaa8ecd25eb764dc4e27a877027d0df0a52ac1 /cad | |
parent | eadd5953495b96817fa81d9e0465583108ab227b (diff) | |
download | freebsd-ports-1b819e486953bae191a4b8f0da175b55cb6c3070.zip |
MAN?PREFIX: eleminate its usage and move man to share/man
Diffstat (limited to 'cad')
-rw-r--r-- | cad/p5-GDS2/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cad/p5-GDS2/Makefile b/cad/p5-GDS2/Makefile index b183adb26ef8..8442e9f1e45b 100644 --- a/cad/p5-GDS2/Makefile +++ b/cad/p5-GDS2/Makefile @@ -18,7 +18,7 @@ USE_PERL5= configure SHEBANG_FILES= Examples/* PLIST_FILES= ${SITE_PERL}/GDS2.pm \ ${PROGRAMS:S,^,bin/,} \ - ${MAN3PREFIX}/man/man3/GDS2.3.gz + ${PREFIX}/man/man3/GDS2.3.gz PROGRAMS= gds2dump gdsdump2gds modgds2 gdslayers testgds2 \ gdspath4topath0 testgdt |