mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
291beb8efb
Get tkstep being optional Noticed by: maintainer (who sent me the e-mail including the diff)
37 lines
815 B
Plaintext
37 lines
815 B
Plaintext
*** imap-4.6.BETA/Makefile.orig Thu Feb 18 13:09:30 1999
|
|
--- imap-4.6.BETA/Makefile Wed Apr 21 10:54:50 1999
|
|
***************
|
|
*** 200,206 ****
|
|
|
|
# Make the IMAP Toolkit
|
|
|
|
! all: c-client rebuild bundled
|
|
|
|
|
|
# The following ports are defined. These refer to the *standard* compiler
|
|
--- 200,206 ----
|
|
|
|
# Make the IMAP Toolkit
|
|
|
|
! all: c-client rebuild
|
|
|
|
|
|
# The following ports are defined. These refer to the *standard* compiler
|
|
***************
|
|
*** 386,392 ****
|
|
$(TOOLS)/$@ "$(LN)" src/imapd imapd
|
|
$(LN) $(TOOLS)/$@ .
|
|
|
|
! build: OSTYPE rebuild rebuildclean bundled
|
|
|
|
OSTYPE:
|
|
@echo Building c-client for $(OS)...
|
|
--- 386,392 ----
|
|
$(TOOLS)/$@ "$(LN)" src/imapd imapd
|
|
$(LN) $(TOOLS)/$@ .
|
|
|
|
! build: OSTYPE rebuild rebuildclean
|
|
|
|
OSTYPE:
|
|
@echo Building c-client for $(OS)...
|