diff options
author | Frederic Culot <culot@FreeBSD.org> | 2011-07-09 08:25:56 +0000 |
---|---|---|
committer | Frederic Culot <culot@FreeBSD.org> | 2011-07-09 08:25:56 +0000 |
commit | c71b2982f56725ee8b4096d06fb5c10d2347dcbd (patch) | |
tree | b87e29c533bc9d45ee29c3984f3eb8c0dcd7b200 /sysutils/atop/Makefile | |
parent | 6bf0b3f02ceb3f33be0938db2c415693c4c29bd7 (diff) |
Notes
Diffstat (limited to 'sysutils/atop/Makefile')
-rw-r--r-- | sysutils/atop/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sysutils/atop/Makefile b/sysutils/atop/Makefile index 65c9f97c7c77..fbc416c0a3ca 100644 --- a/sysutils/atop/Makefile +++ b/sysutils/atop/Makefile @@ -6,7 +6,7 @@ # PORTNAME= atop -PORTVERSION= 1.26.b5 +PORTVERSION= 1.26.b6 CATEGORIES= sysutils MASTER_SITES= ${MASTER_SITE_BERLIOS} MASTER_SITE_SUBDIR=atop-freebsd @@ -38,6 +38,7 @@ do-install: .if !defined(NOPORTDOCS) ${MKDIR} ${DOCSDIR} ${INSTALL_MAN} ${WRKSRC}/AUTHOR ${WRKSRC}/ChangeLog \ + ${WRKSRC}/ChangeLog.FreeBSD ${WRKSRC}/README.FreeBSD \ ${WRKSRC}/README ${DOCSDIR} .endif @${CAT} ${PKGMESSAGE} |