2a24e790b7
- pkg-plist cleanups - Minor tweaks to install-sh patch PR: ports/120758 Submitted by: gpalmer Approved by: beech (mentor, implicit)
11 lines
517 B
Text
11 lines
517 B
Text
--- ./kmymoney2/plugins/Makefile.in.orig 2008-03-24 10:50:04.000000000 -0400
|
|
+++ ./kmymoney2/plugins/Makefile.in 2008-10-10 09:39:06.000000000 -0400
|
|
@@ -389,7 +389,7 @@
|
|
INCLUDES = $(all_includes) -I$(top_srcdir) -I.
|
|
|
|
# since some of the subdirs are conditional, we need to define DIST_SUBDIRS
|
|
-SUBDIRS = interfaces @ofx_importerplugin@ @kbanking_plugin@
|
|
+SUBDIRS = . interfaces @ofx_importerplugin@ @kbanking_plugin@
|
|
DIST_SUBDIRS = interfaces kbanking ofximport
|
|
|
|
# The library containing the plugin base class
|