1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-06 22:51:41 +00:00
freebsd-ports/mail/pine4/files/patch-ak
Steve Price 6c5a81185b Update to version 4.05.
PR:		7993, 8151
Submitted by:	maintainer
1998-10-05 04:23:19 +00:00

30 lines
898 B
Plaintext

*** imap/Makefile.orig Sat Aug 8 05:32:23 1998
--- imap/Makefile Thu Sep 3 19:36:35 1998
***************
*** 253,264 ****
$(TOOLS)/$@ "$(LN)" src/charset c-client
$(LN) `pwd`/src/kerberos/* c-client
$(TOOLS)/$@ "$(LN)" src/osdep/$(SYSTEM) c-client
! $(TOOLS)/$@ "$(LN)" src/mtest mtest
! $(TOOLS)/$@ "$(LN)" src/ipopd ipopd
! $(TOOLS)/$@ "$(LN)" src/imapd imapd
$(LN) $(TOOLS)/$@ .
! build: OSTYPE rebuild rebuildclean bundled
OSTYPE:
@echo Building c-client for $(OS)...
--- 253,264 ----
$(TOOLS)/$@ "$(LN)" src/charset c-client
$(LN) `pwd`/src/kerberos/* c-client
$(TOOLS)/$@ "$(LN)" src/osdep/$(SYSTEM) c-client
! # $(TOOLS)/$@ "$(LN)" src/mtest mtest
! # $(TOOLS)/$@ "$(LN)" src/ipopd ipopd
! # $(TOOLS)/$@ "$(LN)" src/imapd imapd
$(LN) $(TOOLS)/$@ .
! build: OSTYPE rebuild rebuildclean # bundled
OSTYPE:
@echo Building c-client for $(OS)...