cec1f69fe9
* Always install the man pages. * Do not install extra documentation when NOPORTDOCS is set. * Do not change the owner of /var/run. * Make sure the package will create directories, such as /var/log/callweaver, the same as a "make install" of the port does. * Make sure directories are properly chowned to callweaver:callweaver. * Make sure created directories are removed on deinstall. * Fix the installation of the sample config files for the package. Reported by: QAT Feature safe: yes
11 lines
406 B
Text
11 lines
406 B
Text
--- Makefile.in.orig
|
|
+++ Makefile.in
|
|
@@ -386,7 +386,7 @@
|
|
# images
|
|
INSTALL_DIRS = $(cwvardir) $(cwvardir)/core $(cwdbdir) $(cwsqlitedir) \
|
|
$(cwmoddir) $(cwicdmoddir) $(cwlogdir) $(cwlogdir)/cdr-custom \
|
|
- $(cwlogdir)/cdr-csv $(cwrundir) $(cwspooldir) \
|
|
+ $(cwlogdir)/cdr-csv $(cwspooldir) \
|
|
$(cwspooldir)/outgoing $(cwspooldir)/voicemail $(cwmohdir) \
|
|
$(cwkeydir) $(cwimagesdir)
|
|
all: all-recursive
|