diff options
author | ache <ache@FreeBSD.org> | 1997-01-12 22:28:51 +0800 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 1997-01-12 22:28:51 +0800 |
commit | 29c8b33c77f8d1582be550aeee806623413f5e29 (patch) | |
tree | e3224f4f5afd08068c1fb6a5b554d4ec52b6ee88 /mail | |
parent | e36bdec924d9985a570532dd051a14300b131317 (diff) | |
download | freebsd-ports-gnome-29c8b33c77f8d1582be550aeee806623413f5e29.tar.gz freebsd-ports-gnome-29c8b33c77f8d1582be550aeee806623413f5e29.tar.zst freebsd-ports-gnome-29c8b33c77f8d1582be550aeee806623413f5e29.zip |
Take out imapd/ipopd, separate port is available now
Diffstat (limited to 'mail')
-rw-r--r-- | mail/pine4/Makefile | 3 | ||||
-rw-r--r-- | mail/pine4/files/patch-ak | 41 | ||||
-rw-r--r-- | mail/pine4/pkg-plist | 5 |
3 files changed, 34 insertions, 15 deletions
diff --git a/mail/pine4/Makefile b/mail/pine4/Makefile index 9031d3f41fff..6df8839d1f75 100644 --- a/mail/pine4/Makefile +++ b/mail/pine4/Makefile @@ -4,7 +4,7 @@ # Date created: 03 September 1994 # Whom: mr # -# $Id: Makefile,v 1.15 1996/12/03 20:28:23 ache Exp $ +# $Id: Makefile,v 1.16 1996/12/04 20:43:27 ache Exp $ # DISTNAME= pine3.95 @@ -15,6 +15,5 @@ MASTER_SITES= ftp://ftp.cac.washington.edu/pine/ MAINTAINER= ports@FreeBSD.org MAN1= pine.1 pico.1 pilot.1 -MAN8= imapd.8c ipopd.8c .include <bsd.port.mk> diff --git a/mail/pine4/files/patch-ak b/mail/pine4/files/patch-ak index 222325cc2ddc..6ca5d41436cc 100644 --- a/mail/pine4/files/patch-ak +++ b/mail/pine4/files/patch-ak @@ -1,25 +1,50 @@ -*** imap/Makefile.orig Wed May 29 22:33:10 1996 ---- imap/Makefile Fri Jun 14 00:14:31 1996 +*** imap/Makefile.orig Thu May 30 07:33:10 1996 +--- imap/Makefile Sun Jan 12 17:05:17 1997 *************** -*** 48,52 **** +*** 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=$@ ---- 48,52 ---- + # 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,85 **** ---- 82,88 ---- +*** 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 diff --git a/mail/pine4/pkg-plist b/mail/pine4/pkg-plist index c70006d7bf03..600ee1cbb0e3 100644 --- a/mail/pine4/pkg-plist +++ b/mail/pine4/pkg-plist @@ -1,6 +1,3 @@ -libexec/imapd -libexec/ipop2d -libexec/ipop3d bin/mboxtest bin/pico bin/pilot @@ -15,5 +12,3 @@ etc/dot.pinerc.pgp.sample man/man1/pico.1.gz man/man1/pilot.1.gz man/man1/pine.1.gz -man/man8/imapd.8c.gz -man/man8/ipopd.8c.gz |