aboutsummaryrefslogtreecommitdiff
path: root/mail/abook/Makefile
diff options
context:
space:
mode:
authorYen-Ming Lee <leeym@FreeBSD.org>2002-09-02 16:22:52 +0000
committerYen-Ming Lee <leeym@FreeBSD.org>2002-09-02 16:22:52 +0000
commitb8f8a50c37656bb6e42b5b958f7bf9864ba85821 (patch)
tree017623d02d2034e16f08e1e36a19b108b1a3c608 /mail/abook/Makefile
parent5da31a16fe68616c8d25cb9a58c2bf74b6e12f8f (diff)
downloadports-b8f8a50c37656bb6e42b5b958f7bf9864ba85821.tar.gz
ports-b8f8a50c37656bb6e42b5b958f7bf9864ba85821.zip
Notes
Diffstat (limited to 'mail/abook/Makefile')
-rw-r--r--mail/abook/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/mail/abook/Makefile b/mail/abook/Makefile
index 24d1f41116ad..097b6af51357 100644
--- a/mail/abook/Makefile
+++ b/mail/abook/Makefile
@@ -7,6 +7,7 @@
PORTNAME= abook
PORTVERSION= 0.4.17
+PORTREVISION= 1
CATEGORIES= mail
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
@@ -23,12 +24,12 @@ GNU_CONFIGURE= yes
MAN1= abook.1
MAN5= abookrc.5
+DOCS= ANNOUNCE AUTHORS BUGS COPYING ChangeLog FAQ README THANKS TODO
post-install:
.if !defined(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
-.for file in ANNOUNCE AUTHORS BUGS COPYING ChangeLog FAQ INSTALL NEWS README \
- THANKS TODO
+.for file in ${DOCS}
${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR}
.endfor
.endif