diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2007-10-01 04:03:01 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2007-10-01 04:03:01 +0000 |
commit | 337fd625b52c1b4389b86acd86f48d5f59ee65b1 (patch) | |
tree | 3edfbe54980dd45d7873d6d558b68cdd90845c65 /mail/cclient | |
parent | 0da62a9b463fdc604d3919b1fb6a5355f2271a7c (diff) | |
download | ports-337fd625b52c1b4389b86acd86f48d5f59ee65b1.tar.gz ports-337fd625b52c1b4389b86acd86f48d5f59ee65b1.zip |
Notes
Diffstat (limited to 'mail/cclient')
-rw-r--r-- | mail/cclient/Makefile | 5 | ||||
-rw-r--r-- | mail/cclient/pkg-plist | 1 |
2 files changed, 4 insertions, 2 deletions
diff --git a/mail/cclient/Makefile b/mail/cclient/Makefile index 0bf6e6c394eb..eb12d4195aea 100644 --- a/mail/cclient/Makefile +++ b/mail/cclient/Makefile @@ -7,6 +7,7 @@ PORTNAME= cclient PORTVERSION= 2006j +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= mail devel ipv6 MASTER_SITES= ftp://ftp.cac.washington.edu/imap/%SUBDIR%/ \ @@ -69,8 +70,8 @@ post-configure: @${ECHO_MSG} ">> The c-client shared library will be named ${SHLIBNAME}" HEADERS= c-client.h dummy.h env.h env_unix.h fdstring.h flockcyg.h \ - flocksim.h flstring.h fs.h ftl.h imap4r1.h linkage.h mail.h \ - misc.h netmsg.h newsrc.h nl.h nntp.h osdep.h pseudo.h \ + flocksim.h flstring.h fs.h ftl.h imap4r1.h linkage.c linkage.h \ + mail.h misc.h netmsg.h newsrc.h nl.h nntp.h osdep.h pseudo.h \ rfc822.h smtp.h sslio.h tcp.h tcp_unix.h unix.h utf8.h \ utf8aux.h PORTREV_H= ${WRKDIR}/portrevision.h diff --git a/mail/cclient/pkg-plist b/mail/cclient/pkg-plist index 79230433155a..b59b5f6a522f 100644 --- a/mail/cclient/pkg-plist +++ b/mail/cclient/pkg-plist @@ -9,6 +9,7 @@ include/c-client/flstring.h include/c-client/fs.h include/c-client/ftl.h include/c-client/imap4r1.h +include/c-client/linkage.c include/c-client/linkage.h include/c-client/mail.h include/c-client/misc.h |