diff options
author | Rene Ladan <rene@FreeBSD.org> | 2021-12-05 11:47:12 +0100 |
---|---|---|
committer | Rene Ladan <rene@FreeBSD.org> | 2021-12-05 11:47:12 +0100 |
commit | 75808722b7b6454cf15915ee185ff0b59c1e1b0c (patch) | |
tree | f3e3d3551b30c26301059af67a2ce2facbc2b7ed /sysutils/bareos17-server/files/patch-autoconf_Make.common.in | |
parent | mail/isync: Update to 1.4.4 (diff) |
cleanup: Remove expired ports:
2021-12-05 sysutils/bareos17-client: Deprecated, no new release since 2020
2021-12-05 sysutils/bareos17-client-static: Deprecated, no new release since 2020
2021-12-05 sysutils/bareos17-server: Deprecated, no new release since 2020
2021-12-05 www/bareos17-webui: Deprecated, no new release since 2020
Diffstat (limited to 'sysutils/bareos17-server/files/patch-autoconf_Make.common.in')
-rw-r--r-- | sysutils/bareos17-server/files/patch-autoconf_Make.common.in | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/sysutils/bareos17-server/files/patch-autoconf_Make.common.in b/sysutils/bareos17-server/files/patch-autoconf_Make.common.in deleted file mode 100644 index 38093dc657b0..000000000000 --- a/sysutils/bareos17-server/files/patch-autoconf_Make.common.in +++ /dev/null @@ -1,13 +0,0 @@ ---- autoconf/Make.common.in 2016-11-09 23:17:41.055746000 -0500 -+++ autoconf/Make.common.in 2016-11-09 23:17:59.647897000 -0500 -@@ -62,8 +62,8 @@ - MKDIR = @BUILD_DIR@/autoconf/mkinstalldirs - INSTALL = @INSTALL@ - # add the -s to the following in PRODUCTION mode --INSTALL_PROGRAM = $(INSTALL) -m @SBINPERM@ --INSTALL_LIB = $(INSTALL) -m 755 -+INSTALL_PROGRAM = $(INSTALL) -s -m @SBINPERM@ -+INSTALL_LIB = $(INSTALL) -s -m 755 - INSTALL_DATA = $(INSTALL) -m 644 - INSTALL_SCRIPT = $(INSTALL) -m @SBINPERM@ - INSTALL_CONFIG = $(INSTALL) -m 640 |