aboutsummaryrefslogtreecommitdiff
path: root/sysutils/atop/Makefile
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2011-07-02 13:23:32 +0000
committerMartin Wilke <miwi@FreeBSD.org>2011-07-02 13:23:32 +0000
commit84c5423927e6d80241fed1c098303bce13d74981 (patch)
tree23b0972b890120016c56960ce28b68e5eb23a1fb /sysutils/atop/Makefile
parente541d7720012523462551ad2689e6925fb7d061d (diff)
downloadports-84c5423927e6d80241fed1c098303bce13d74981.tar.gz
ports-84c5423927e6d80241fed1c098303bce13d74981.zip
Notes
Diffstat (limited to 'sysutils/atop/Makefile')
-rw-r--r--sysutils/atop/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/sysutils/atop/Makefile b/sysutils/atop/Makefile
index c09493183d19..152f96773ed2 100644
--- a/sysutils/atop/Makefile
+++ b/sysutils/atop/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= atop
-PORTVERSION= 1.26.b3
+PORTVERSION= 1.26.b4
CATEGORIES= sysutils
MASTER_SITES= ${MASTER_SITE_BERLIOS}
MASTER_SITE_SUBDIR=atop-freebsd
@@ -24,6 +24,8 @@ LOGDIR?= /var/log/atop
USE_RC_SUBR= atop
PLIST_SUB+= LOGDIR="${LOGDIR}"
+SUB_FILES= pkg-message
+SUB_LIST= LOGDIR="${LOGDIR}"
do-install:
@${INSTALL_PROGRAM} ${WRKSRC}/atop ${PREFIX}/bin
@@ -38,5 +40,6 @@ do-install:
${INSTALL_MAN} ${WRKSRC}/AUTHOR ${WRKSRC}/ChangeLog \
${WRKSRC}/README ${DOCSDIR}
.endif
+ @${CAT} ${PKGMESSAGE}
.include <bsd.port.mk>