mirror of
https://git.freebsd.org/ports.git
synced 2025-05-17 09:33:11 -04:00
20 lines
668 B
Text
20 lines
668 B
Text
--- examples/Makefile.in.orig 2014-01-03 05:17:31.000000000 +0100
|
|
+++ examples/Makefile.in 2014-06-06 22:30:58.000000000 +0200
|
|
@@ -32,7 +32,7 @@
|
|
esac; \
|
|
test $$am__dry = yes; \
|
|
}
|
|
-pkgdatadir = $(datadir)/@PACKAGE@
|
|
+pkgdatadir = $(datadir)
|
|
pkgincludedir = $(includedir)/@PACKAGE@
|
|
pkglibdir = $(libdir)/@PACKAGE@
|
|
pkglibexecdir = $(libexecdir)/@PACKAGE@
|
|
@@ -258,7 +258,7 @@
|
|
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
|
|
-examplesdir = $(pkgdatadir)/examples
|
|
+examplesdir = $(pkgdatadir)/examples/@PACKAGE@
|
|
all: all-am
|
|
|
|
.SUFFIXES:
|