diff options
author | Yen-Ming Lee <leeym@FreeBSD.org> | 2003-08-21 06:29:18 +0000 |
---|---|---|
committer | Yen-Ming Lee <leeym@FreeBSD.org> | 2003-08-21 06:29:18 +0000 |
commit | 775343517dc89f59f88a6b5a3e881fd0bae7c17f (patch) | |
tree | f865b83260c7c207d71852e7078e259efa9fe71d /mail/abook/Makefile | |
parent | Update to version 1.35. (diff) |
update from 0.4.7 to 0.5.0
PR: 55826
Submitted by: Lewis Thompson <purple@lewiz.net>
Notes
Notes:
svn path=/head/; revision=87435
Diffstat (limited to 'mail/abook/Makefile')
-rw-r--r-- | mail/abook/Makefile | 14 |
1 files changed, 4 insertions, 10 deletions
diff --git a/mail/abook/Makefile b/mail/abook/Makefile index d4137adec110..e0b8c2621a2c 100644 --- a/mail/abook/Makefile +++ b/mail/abook/Makefile @@ -15,24 +15,18 @@ MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= leeym@FreeBSD.org COMMENT= An addressbook program with mutt mail client support -.include <bsd.port.pre.mk> - -.if ${OSVERSION} < 400000 -LIB_DEPENDS= ncurses.5:${PORTSDIR}/devel/ncurses -.endif - GNU_CONFIGURE= yes MAN1= abook.1 MAN5= abookrc.5 -DOCS= ANNOUNCE AUTHORS BUGS COPYING ChangeLog FAQ README THANKS TODO +DOCS= ANNOUNCE AUTHORS BUGS COPYING ChangeLog FAQ INSTALL NEWS README THANKS TODO post-install: .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} -.for file in ${DOCS} - ${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR} +.for f in ${DOCS} + ${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR} .endfor .endif -.include <bsd.port.post.mk> +.include <bsd.port.mk> |