diff options
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 |