mirror of
https://git.freebsd.org/ports.git
synced 2025-06-23 05:30:31 -04:00
The 3.x train of GTKWave has significantly more new featured and bugfixes, but would require introducing PORTEPOCH to replace cad/gtkwave. [Timeout on feedback from cad/gtkwave maintainer.]
11 lines
370 B
Text
11 lines
370 B
Text
--- examples/Makefile.in.orig 2007-11-28 22:04:29.000000000 +0000
|
|
+++ examples/Makefile.in 2008-05-03 10:57:01.000000000 +0100
|
|
@@ -152,7 +152,7 @@
|
|
sysconfdir = @sysconfdir@
|
|
target_alias = @target_alias@
|
|
dist_examples_DATA = des.sav des.script des.v des.vzt
|
|
-examplesdir = $(pkgdatadir)/examples
|
|
+examplesdir = $(datadir)/examples/@PACKAGE@
|
|
all: all-am
|
|
|
|
.SUFFIXES:
|