mirror of
https://git.freebsd.org/ports.git
synced 2025-04-30 18:46:38 -04:00
20 lines
873 B
Text
20 lines
873 B
Text
--- examples/Makefile.in.orig 2023-08-13 22:32:41 UTC
|
|
+++ examples/Makefile.in
|
|
@@ -60,7 +60,7 @@ am__make_keepgoing = (target_option=k; $(am__make_runn
|
|
test $$has_opt = yes
|
|
am__make_dryrun = (target_option=n; $(am__make_running_with_option))
|
|
am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
|
|
-pkgdatadir = $(datadir)/@PACKAGE@
|
|
+pkgdatadir = $(datadir)
|
|
pkgincludedir = $(includedir)/@PACKAGE@
|
|
pkglibdir = $(libdir)/@PACKAGE@
|
|
pkglibexecdir = $(libexecdir)/@PACKAGE@
|
|
@@ -293,7 +293,7 @@ dist_examples_DATA = des.gtkw des.tcl des.v des.fst tr
|
|
top_builddir = @top_builddir@
|
|
top_srcdir = @top_srcdir@
|
|
dist_examples_DATA = des.gtkw des.tcl des.v des.fst transaction.fst transaction.gtkw transaction.c gtkwaverc sst_exclusion_example.rc
|
|
-examplesdir = $(pkgdatadir)/examples
|
|
+examplesdir = $(pkgdatadir)/examples/gtkwave
|
|
all: all-am
|
|
|
|
.SUFFIXES:
|