bfa6611580
PCB is an interactive printed circuit board editor. PCB includes a rats nest feature, design rule checking, and can provide industry standard RS-274-X (Gerber), NC drill, and centroid data (X-Y data) output for use in the board fabrication and assembly process. PCB offers high end features such as an autorouter and trace optimizer which can tremendously reduce layout time. based on a submission from andreas.bihlmaier at gmx.de
13 lines
511 B
Plaintext
13 lines
511 B
Plaintext
$OpenBSD: patch-example_libraries_Makefile_in,v 1.1.1.1 2007/01/05 16:52:21 steven Exp $
|
|
--- example/libraries/Makefile.in.orig Thu Jan 4 11:23:54 2007
|
|
+++ example/libraries/Makefile.in Thu Jan 4 11:23:57 2007
|
|
@@ -195,7 +195,7 @@ sbindir = @sbindir@
|
|
sharedstatedir = @sharedstatedir@
|
|
sysconfdir = @sysconfdir@
|
|
target_alias = @target_alias@
|
|
-examplesdir = $(pkgdatadir)/examples/libraries
|
|
+examplesdir = $(datadir)/examples/pcb/libraries
|
|
examples_DATA = ${EXAMPLES}
|
|
EXTRA_DIST = ${EXAMPLES}
|
|
EXAMPLES = \
|