freebsd-ports/net-mgmt/pnp/files/patch-0030-nuke-libraries-directory
Eygene Ryabinkin 58d37320f9 net-mgmt/pnp: fix issues brought by PNP developers
* php5-sockets is needed and php5-filter -- not needed;
 * local modifications to config.php should go into config_local.php
   and config.php must be replaced at every installation.

Feature safe: yes
Approved by: garga (mentor)
2010-12-30 17:25:47 +00:00

28 lines
1.2 KiB
Text

From a3bc33c9134d25f8bdcc5fa696606bafbaac8c2c Mon Sep 17 00:00:00 2001
From: Eygene Ryabinkin <rea-fbsd@codelabs.ru>
Date: Tue, 28 Dec 2010 18:32:10 +0300
Subject: [PATCH 4/4] PNP: remove creation of an empty directory
$SHARE/application/libraries contains nothing after the installtion,
so it looks like a remains of some old directory layout.
Signed-off-by: Eygene Ryabinkin <rea-fbsd@codelabs.ru>
---
share/Makefile.in | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/share/Makefile.in b/share/Makefile.in
index 709ade7..1c75db2 100644
--- a/share/Makefile.in
+++ b/share/Makefile.in
@@ -43,7 +43,6 @@ install:
$(INSTALL) -m 755 $(INSTALL_OPTS) -d $(DESTDIR)$(DATAROOTDIR)/application/i18n/es_ES
$(INSTALL) -m 755 $(INSTALL_OPTS) -d $(DESTDIR)$(DATAROOTDIR)/application/i18n/ru_RU
$(INSTALL) -m 755 $(INSTALL_OPTS) -d $(DESTDIR)$(DATAROOTDIR)/application/i18n/fr_FR
- $(INSTALL) -m 755 $(INSTALL_OPTS) -d $(DESTDIR)$(DATAROOTDIR)/application/libraries
$(INSTALL) -m 755 $(INSTALL_OPTS) -d $(DESTDIR)$(DATAROOTDIR)/application/models
$(INSTALL) -m 755 $(INSTALL_OPTS) -d $(DESTDIR)$(DATAROOTDIR)/application/views
$(INSTALL) -m 755 $(INSTALL_OPTS) -d $(DESTDIR)$(DATAROOTDIR)/application/vendor
--
1.7.3.2