aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils/wmcpuload/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'sysutils/wmcpuload/Makefile')
-rw-r--r--sysutils/wmcpuload/Makefile11
1 files changed, 8 insertions, 3 deletions
diff --git a/sysutils/wmcpuload/Makefile b/sysutils/wmcpuload/Makefile
index c975a9cf8cce..535deb811e1f 100644
--- a/sysutils/wmcpuload/Makefile
+++ b/sysutils/wmcpuload/Makefile
@@ -6,10 +6,9 @@
#
PORTNAME= wmcpuload
-PORTVERSION= 0.8.1
+PORTVERSION= 0.9.0
CATEGORIES= sysutils windowmaker
MASTER_SITES= http://www.sh.rim.or.jp/~ssato/src/
-DISTNAME= WMCPULoad-${PORTVERSION}
MAINTAINER= pat@FreeBSD.org
@@ -19,10 +18,16 @@ USE_XPM= yes
MAN1= wmcpuload.1
+pre-patch:
+.for dir in src doc .
+ @${PERL} -pi -e 's|\@program_transform_name\@||' \
+ ${WRKSRC}/${dir}/Makefile.in
+.endfor
+
.ifndef(NOPORTDOCS)
post-install:
@${MKDIR} ${DOCSDIR}
-.for file in README TODO
+.for file in ChangeLog README
@${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR}
.endfor
.endif # !NOPORTDOCS