diff options
author | leeym <leeym@FreeBSD.org> | 2004-02-07 23:54:47 +0800 |
---|---|---|
committer | leeym <leeym@FreeBSD.org> | 2004-02-07 23:54:47 +0800 |
commit | 4fd34fd2da3c4e6ec7fc9d40030caecfc9053e0b (patch) | |
tree | fed4d13b1cf7c88d7f454e034abcbbdffc9f93c7 /mail/abook/Makefile | |
parent | a8f9c71bca82f84176e0954755dd8b2ebd342c52 (diff) | |
download | freebsd-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/Makefile | 7 |
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 |