From 38a0a8023026a77ded1e6de618b567c7b58e79a4 Mon Sep 17 00:00:00 2001 From: Baptiste Daroussin Date: Tue, 2 Sep 2014 10:07:49 +0000 Subject: Remove non staged ports without pending PR from s* --- sysutils/ispman/files/patch-install-data-schema-Makefile | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 sysutils/ispman/files/patch-install-data-schema-Makefile (limited to 'sysutils/ispman/files/patch-install-data-schema-Makefile') diff --git a/sysutils/ispman/files/patch-install-data-schema-Makefile b/sysutils/ispman/files/patch-install-data-schema-Makefile deleted file mode 100644 index fe9eca9591ce..000000000000 --- a/sysutils/ispman/files/patch-install-data-schema-Makefile +++ /dev/null @@ -1,13 +0,0 @@ ---- install-data/schema/Makefile.orig 2006-06-08 00:26:53.000000000 +0400 -+++ install-data/schema/Makefile 2007-10-08 21:25:07.000000000 +0400 -@@ -18,8 +18,8 @@ - install: $(SCHEMAS) - @list='$(SCHEMAS)'; for p in $$list; do \ - if test -f $$p; then \ -- echo "$(INSTALL) $$p $(INSTALL_DIR)/`echo $$p`"; \ -- $(INSTALL) -c $$p $(INSTALL_DIR)/`echo $$p`; \ -+ echo "$(INSTALL) $(DATA_MODES) $$p $(INSTALL_DIR)/`echo $$p`"; \ -+ $(INSTALL) $(DATA_MODES) $$p $(INSTALL_DIR)/`echo $$p`; \ - else :; fi; \ - done - -- cgit v1.2.3