1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-25 21:07:40 +00:00
freebsd-ports/chinese/pine4/files/patch-ad
Steve Price 615932e686 Update to version 4.20.
PR:		14575
Submitted by:	maintainer
1999-11-01 00:41:02 +00:00

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)...