diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2002-10-13 03:34:27 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2002-10-13 03:34:27 +0000 |
commit | dd8f602776843afb04e569d2feefee5dcbba1cfb (patch) | |
tree | ae5bacae3d053d9422fa9e67b5db6171e5adbf03 /korean/pine/files/patch-ak | |
parent | The micq port was marked FORBIDDEN for security reasons 13 months ago. (diff) |
The pine port was marked FORBIDDEN for security reasons 2 years ago.
Remove it.
Notes
Notes:
svn path=/head/; revision=67928
Diffstat (limited to 'korean/pine/files/patch-ak')
-rw-r--r-- | korean/pine/files/patch-ak | 50 |
1 files changed, 0 insertions, 50 deletions
diff --git a/korean/pine/files/patch-ak b/korean/pine/files/patch-ak deleted file mode 100644 index 6ca5d41436cc..000000000000 --- a/korean/pine/files/patch-ak +++ /dev/null @@ -1,50 +0,0 @@ -*** imap/Makefile.orig Thu May 30 07:33:10 1996 ---- imap/Makefile Sun Jan 12 17:05:17 1997 -*************** -*** 47,53 **** - - # ANSI compiler ports. Note for SCO you may have to set LN to "copy -rom" - -! a32 a41 aix bsi d-g drs lnx lyn mct mnt neb nxt osf sc5 sco sgi slx sos: - $(MAKE) build SYSTYPE=ANSI OS=$@ - - # Non-ANSI compiler ports. ---- 47,53 ---- - - # ANSI compiler ports. Note for SCO you may have to set LN to "copy -rom" - -! a32 a41 aix bsi bsf d-g drs lnx lyn mct mnt neb nxt osf sc5 sco sgi slx sos: - $(MAKE) build SYSTYPE=ANSI OS=$@ - - # Non-ANSI compiler ports. -*************** -*** 82,87 **** ---- 82,90 ---- - bs2: - $(MAKE) build SYSTYPE=ANSI OS=bsi - -+ bsf: -+ $(MAKE) build OS=bsf PROCESS=an -+ - pt1: - $(MAKE) build SYSTYPE=non-ANSI OS=ptx - -*************** -*** 92,99 **** - $(LN) $(SYSTYPE) systype - cd $(SYSTYPE)/c-client; $(MAKE) $(OS) - cd $(SYSTYPE)/ms;$(MAKE) -! cd $(SYSTYPE)/ipopd;$(MAKE) -! cd $(SYSTYPE)/imapd;$(MAKE) - - clean: - $(RM) systype ---- 95,102 ---- - $(LN) $(SYSTYPE) systype - cd $(SYSTYPE)/c-client; $(MAKE) $(OS) - cd $(SYSTYPE)/ms;$(MAKE) -! # cd $(SYSTYPE)/ipopd;$(MAKE) -! # cd $(SYSTYPE)/imapd;$(MAKE) - - clean: - $(RM) systype |