diff options
author | sergei <sergei@FreeBSD.org> | 2003-12-04 20:03:10 +0800 |
---|---|---|
committer | sergei <sergei@FreeBSD.org> | 2003-12-04 20:03:10 +0800 |
commit | 46f4a2055232398fad39b9171578ea66373207a0 (patch) | |
tree | 6411fcbd62f0e67c7547333b0b207ec3883f67c4 /mail/cone/Makefile | |
parent | a5e6beb57daa17e69c30411c7a53ad8ade67bc7a (diff) | |
download | freebsd-ports-gnome-46f4a2055232398fad39b9171578ea66373207a0.tar.gz freebsd-ports-gnome-46f4a2055232398fad39b9171578ea66373207a0.tar.zst freebsd-ports-gnome-46f4a2055232398fad39b9171578ea66373207a0.zip |
- Update to 0.56
- Respect NOPORTDOCS
PR: 59783
Submitted by: maintainer
Diffstat (limited to 'mail/cone/Makefile')
-rw-r--r-- | mail/cone/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/mail/cone/Makefile b/mail/cone/Makefile index 82fc918f1f74..4e281d777d23 100644 --- a/mail/cone/Makefile +++ b/mail/cone/Makefile @@ -6,7 +6,7 @@ # PORTNAME= cone -PORTVERSION= 0.55 +PORTVERSION= 0.56 CATEGORIES= mail # This is for beta versions, leave it in please: #MASTER_SITES= http://www.courier-mta.org/beta/${PORTNAME}/ @@ -20,7 +20,7 @@ COMMENT= Console based mail client with POP3/IMAP/SMAP support LIB_DEPENDS= xml2.5:${PORTSDIR}/textproc/libxml2 \ aspell.15:${PORTSDIR}/textproc/aspell \ ncurses.5:${PORTSDIR}/devel/ncurses -BUILD_DEPENDS= gpg:${PORTSDIR}/security/gnupg +BUILD_DEPENDS= gpg:${PORTSDIR}/security/gnupg RUN_DEPENDS= ${BUILD_DEPENDS} USE_BZIP2= yes @@ -36,8 +36,10 @@ MAN1= cone.1 leaf.1 mailtool.1 do-install: cd ${WRKSRC} && make install-strip +.if !defined(NOPORTDOCS) ${MKDIR} ${DOCSDIR} ${INSTALL_MAN} ${WRKSRC}/ChangeLog ${DOCSDIR} +.endif post-install: ${INSTALL_SCRIPT} ${WRKSRC}/sysconftool ${PREFIX}/sbin/cone-sysconftool |