diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2011-07-02 13:23:32 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2011-07-02 13:23:32 +0000 |
commit | 84c5423927e6d80241fed1c098303bce13d74981 (patch) | |
tree | 23b0972b890120016c56960ce28b68e5eb23a1fb /sysutils/atop/Makefile | |
parent | e541d7720012523462551ad2689e6925fb7d061d (diff) | |
download | ports-84c5423927e6d80241fed1c098303bce13d74981.tar.gz ports-84c5423927e6d80241fed1c098303bce13d74981.zip |
Notes
Diffstat (limited to 'sysutils/atop/Makefile')
-rw-r--r-- | sysutils/atop/Makefile | 5 |
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> |