aboutsummaryrefslogtreecommitdiffstats
path: root/mail/abook/Makefile
diff options
context:
space:
mode:
authorleeym <leeym@FreeBSD.org>2004-02-07 23:54:47 +0800
committerleeym <leeym@FreeBSD.org>2004-02-07 23:54:47 +0800
commit4fd34fd2da3c4e6ec7fc9d40030caecfc9053e0b (patch)
treefed4d13b1cf7c88d7f454e034abcbbdffc9f93c7 /mail/abook/Makefile
parenta8f9c71bca82f84176e0954755dd8b2ebd342c52 (diff)
downloadfreebsd-ports-gnome-4fd34fd2da3c4e6ec7fc9d40030caecfc9053e0b.tar.gz
freebsd-ports-gnome-4fd34fd2da3c4e6ec7fc9d40030caecfc9053e0b.tar.zst
freebsd-ports-gnome-4fd34fd2da3c4e6ec7fc9d40030caecfc9053e0b.zip
update to 0.5.1
use PORTDOCS and PLIST_FILES instead of pkg-plist
Diffstat (limited to 'mail/abook/Makefile')
-rw-r--r--mail/abook/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/mail/abook/Makefile b/mail/abook/Makefile
index d49f389c98f1..f562cf10d277 100644
--- a/mail/abook/Makefile
+++ b/mail/abook/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= abook
-PORTVERSION= 0.5.0
+PORTVERSION= 0.5.1
CATEGORIES= mail
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
@@ -18,12 +18,13 @@ GNU_CONFIGURE= yes
MAN1= abook.1
MAN5= abookrc.5
-DOCS= ANNOUNCE AUTHORS BUGS COPYING ChangeLog FAQ INSTALL NEWS README THANKS TODO
+PORTDOCS= ANNOUNCE AUTHORS BUGS COPYING ChangeLog FAQ INSTALL NEWS README THANKS TODO
+PLIST_FILES= bin/abook
post-install:
.if !defined(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
-.for f in ${DOCS}
+.for f in ${PORTDOCS}
${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR}
.endfor
.endif