diff options
author | jeh <jeh@FreeBSD.org> | 2000-11-01 22:23:09 +0800 |
---|---|---|
committer | jeh <jeh@FreeBSD.org> | 2000-11-01 22:23:09 +0800 |
commit | d27e775ae60fdec2ecdfb71fa16fc6a245f6d542 (patch) | |
tree | 8928912b1d44cce8dccfe9a17559b4cdf6dc8454 /mail/cclient | |
parent | 9b3509addc629fbaa990eebee9f6c4954363ad66 (diff) | |
download | freebsd-ports-gnome-d27e775ae60fdec2ecdfb71fa16fc6a245f6d542.tar.gz freebsd-ports-gnome-d27e775ae60fdec2ecdfb71fa16fc6a245f6d542.tar.zst freebsd-ports-gnome-d27e775ae60fdec2ecdfb71fa16fc6a245f6d542.zip |
mail/cclient is missing a .h file needed by PHP
No response from MAINTAINER
PR: 22087
Submitted by: James E. Housley <jeh@freebsd.org>
Diffstat (limited to 'mail/cclient')
-rw-r--r-- | mail/cclient/Makefile | 10 | ||||
-rw-r--r-- | mail/cclient/pkg-plist | 1 |
2 files changed, 6 insertions, 5 deletions
diff --git a/mail/cclient/Makefile b/mail/cclient/Makefile index 86bc63705911..b3512518a3eb 100644 --- a/mail/cclient/Makefile +++ b/mail/cclient/Makefile @@ -19,11 +19,11 @@ MAINTAINER= kbyanc@FreeBSD.org WRKSRC= ${WRKDIR}/imap-${PORTVERSION} INSTALLS_SHLIB= yes -PAMAUTH?= yes +PAMAUTH?= yes .if ${PAMAUTH} != "no" -ALL_TARGET= bfp +ALL_TARGET= bfp .else -ALL_TARGET= bsf +ALL_TARGET= bsf .endif SHLIBBASE= c-client4 @@ -35,7 +35,7 @@ PLIST_SUB= SHLIBNAME=${SHLIBNAME} SHLIBBASE=${SHLIBBASE} .include <bsd.port.pre.mk> .if ${PORTOBJFORMAT} == "aout" -SHLIBNAME= lib${SHLIBBASE}.so.${SHLIBMAJ}.0 +SHLIBNAME= lib${SHLIBBASE}.so.${SHLIBMAJ}.0 .endif post-configure: @@ -47,7 +47,7 @@ post-configure: HEADERS= dummy.h env.h env_unix.h fdstring.h flstring.h fs.h ftl.h \ imap4r1.h linkage.c linkage.h mail.h misc.h nl.h nntp.h \ - osdep.h pop3.h rfc822.h smtp.h tcp.h + osdep.h pop3.h rfc822.h smtp.h tcp.h utf8.h do-install: ${MKDIR} ${PREFIX}/include/c-client diff --git a/mail/cclient/pkg-plist b/mail/cclient/pkg-plist index 7e3925631c01..78d81316f7e6 100644 --- a/mail/cclient/pkg-plist +++ b/mail/cclient/pkg-plist @@ -17,6 +17,7 @@ include/c-client/pop3.h include/c-client/rfc822.h include/c-client/smtp.h include/c-client/tcp.h +include/c-client/utf8.h lib/libc-client4.a lib/libc-client4.so.7 lib/libc-client4.so |