diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-09-02 10:07:49 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-09-02 10:07:49 +0000 |
commit | 38a0a8023026a77ded1e6de618b567c7b58e79a4 (patch) | |
tree | abf5fbbdc4b27a245ff76b9850f4eb6e73e4ba19 /sysutils/ispman/files/patch-install-data-schema-Makefile | |
parent | - Fix build with GCRYPT option by taking out -Werror (diff) |
Remove non staged ports without pending PR from s*
Notes
Notes:
svn path=/head/; revision=366980
Diffstat (limited to 'sysutils/ispman/files/patch-install-data-schema-Makefile')
-rw-r--r-- | sysutils/ispman/files/patch-install-data-schema-Makefile | 13 |
1 files changed, 0 insertions, 13 deletions
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 - |