mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-04 22:33:27 +00:00
615932e686
PR: 14575 Submitted by: maintainer
20 lines
684 B
Plaintext
20 lines
684 B
Plaintext
--- imap/Makefile.orig Thu Sep 30 14:03:17 1999
|
|
+++ imap/Makefile Thu Oct 14 10:53:41 1999
|
|
@@ -389,12 +389,12 @@
|
|
$(TOOLS)/$@ "$(LN)" src/charset c-client
|
|
sh -c '(test -d src/kerberos) && ($(LN) `pwd`/src/kerberos/* c-client) || true'
|
|
$(TOOLS)/$@ "$(LN)" src/osdep/$(SYSTEM) c-client
|
|
- $(TOOLS)/$@ "$(LN)" src/mtest mtest
|
|
- $(TOOLS)/$@ "$(LN)" src/ipopd ipopd
|
|
- $(TOOLS)/$@ "$(LN)" src/imapd imapd
|
|
+# $(TOOLS)/$@ "$(LN)" src/mtest mtest
|
|
+# $(TOOLS)/$@ "$(LN)" src/ipopd ipopd
|
|
+# $(TOOLS)/$@ "$(LN)" src/imapd imapd
|
|
$(LN) $(TOOLS)/$@ .
|
|
|
|
-build: OSTYPE rebuild rebuildclean bundled
|
|
+build: OSTYPE rebuild rebuildclean # bundled
|
|
|
|
OSTYPE:
|
|
@echo Building c-client for $(OS)...
|