diff options
| author | Rene Ladan <rene@FreeBSD.org> | 2014-07-24 18:36:19 +0000 |
|---|---|---|
| committer | Rene Ladan <rene@FreeBSD.org> | 2014-07-24 18:36:19 +0000 |
| commit | 36e34f48e2e5ab984eb31b7cff1ee163494523f0 (patch) | |
| tree | 78419497b9b7f06ed2367445df2b7045727c6e0a /security/openfwtk/files/patch-Makefile.common | |
| parent | net/openldap24-*: (diff) | |
Remove expired ports:
2014-07-23 chinese/big5con: Fails to build with new utmpx
2014-07-23 chinese/hztty: Fails to build with new utmpx
2014-07-23 irc/solid-ircd: Fails to build with new utmpx
2014-07-23 korean/eterm: Fails to build with new utmpx
2014-07-23 mail/biffer: Fails to build with new utmpx
2014-07-23 misc/c-hey: Fails to build with new utmpx
2014-07-23 misc/wminfo: Fails to build with new utmpx
2014-07-23 net/sendfile: Fails to build with new utmpx
2014-07-23 net-im/centericq: Fails to build with new utmpx
2014-07-23 security/chkrootkit: Fails to build with new utmpx
2014-07-23 security/openfwtk: Fails to build with new utmpx
2014-07-23 security/pam_alreadyloggedin: Fails to build with new utmpx
2014-07-23 security/srp: Fails to build with new utmpx
2014-07-23 security/sud: Fails to build with new utmpx
2014-07-23 sysutils/hyperic-sigar: Fails to build with new utmpx
2014-07-23 sysutils/lookupd: Fails to build with new utmpx
2014-07-23 sysutils/lookupd_ldap: Fails to build with new utmpx
2014-07-23 sysutils/p5-Sys-Utmp: Fails to build with new utmpx
2014-07-23 sysutils/syslog-ng2: Fails to build with new utmpx
2014-07-23 sysutils/yawho: Fails to build with new utmpx
Diffstat (limited to 'security/openfwtk/files/patch-Makefile.common')
| -rw-r--r-- | security/openfwtk/files/patch-Makefile.common | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/security/openfwtk/files/patch-Makefile.common b/security/openfwtk/files/patch-Makefile.common deleted file mode 100644 index 5b579f191f3d..000000000000 --- a/security/openfwtk/files/patch-Makefile.common +++ /dev/null @@ -1,29 +0,0 @@ ---- Makefile.common.orig 2007-09-25 06:26:36.000000000 +0400 -+++ Makefile.common 2007-10-12 04:55:16.000000000 +0400 -@@ -34,11 +34,11 @@ - install-etc: $(ETCOBJS) - @for CETC in $(ETCOBJS) ""; do \ - if [ "$$CETC" = "" ]; then continue; fi; \ -- if [ -f $(PREFIX)/etc/$$CETC ]; then \ -- echo "NOT installing $(PREFIX)/$$CETC: exists, skipped"; \ -+ if [ -f $(PREFIX)/etc/openfwtk/$$CETC ]; then \ -+ echo "NOT installing $(PREFIX)/openfwtk/$$CETC: exists, skipped"; \ - else \ -- echo "Installing ETC: $$CETC -> $(PREFIX)/etc"; \ -- cp $$CETC $(PREFIX)/etc; \ -+ echo "Installing ETC: $$CETC -> $(PREFIX)/etc/openfwtk"; \ -+ cp $$CETC $(PREFIX)/etc/openfwtk; \ - fi; \ - done; \ - -@@ -57,8 +57,7 @@ - echo "Creating/updating directory: $$CDIR"; \ - mkdir -p $$CDIR; \ - done; \ -- echo "Installing OpenFWTK base path: OFWTKPATH -> /etc/openfwtk.conf"; \ -- echo "OFWTKPATH=\"$(PREFIX)\"" > /etc/openfwtk.conf -+ echo "Installing OpenFWTK base path: OFWTKPATH -> ${PREFIX}/etc/openfwtk.conf"; \ -+ echo "OFWTKPATH=\"$(PREFIX)\"" > ${PREFIX}/etc/openfwtk.conf - - install: all install-common install-bin install-man install-etc -- $(INSTALLADD) |
